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