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