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