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