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