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