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