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