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