pub struct NetworkingSwitchPortSettingsViewWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for NetworkingSwitchPortSettingsViewWhen
impl !RefUnwindSafe for NetworkingSwitchPortSettingsViewWhen
impl !Send for NetworkingSwitchPortSettingsViewWhen
impl !Sync for NetworkingSwitchPortSettingsViewWhen
impl Unpin for NetworkingSwitchPortSettingsViewWhen
impl UnsafeUnpin for NetworkingSwitchPortSettingsViewWhen
impl !UnwindSafe for NetworkingSwitchPortSettingsViewWhen
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