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