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