pub struct NotIns { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotIns
impl RefUnwindSafe for NotIns
impl Send for NotIns
impl Sync for NotIns
impl Unpin for NotIns
impl UnwindSafe for NotIns
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