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