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