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