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