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