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