pub struct MethodNone;Auto Trait Implementations§
impl Freeze for MethodNone
impl RefUnwindSafe for MethodNone
impl Send for MethodNone
impl Sync for MethodNone
impl Unpin for MethodNone
impl UnsafeUnpin for MethodNone
impl UnwindSafe for MethodNone
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