pub enum FnSelf {
Value,
Ref,
MutRef,
}
Variants§
Trait Implementations§
impl Eq for FnSelf
impl StructuralPartialEq for FnSelf
Auto Trait Implementations§
impl Freeze for FnSelf
impl RefUnwindSafe for FnSelf
impl Send for FnSelf
impl Sync for FnSelf
impl Unpin for FnSelf
impl UnwindSafe for FnSelf
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