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