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