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