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