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