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