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