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