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