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