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