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