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