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