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