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