pub enum FnRetTy {
Default(Span),
Ty(Ty),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FnRetTy
impl RefUnwindSafe for FnRetTy
impl Send for FnRetTy
impl Sync for FnRetTy
impl Unpin for FnRetTy
impl UnwindSafe for FnRetTy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more