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