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