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