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