pub struct InternetGatewayIpAddressDeleteWhen(/* private fields */);Implementations§
Source§impl InternetGatewayIpAddressDeleteWhen
impl InternetGatewayIpAddressDeleteWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn address(self, value: &NameOrId) -> Self
pub fn cascade<T>(self, value: T) -> Self
pub fn gateway<'a, T>(self, value: T) -> Self
pub fn project<'a, T>(self, value: T) -> Self
pub fn vpc<'a, T>(self, value: T) -> Self
Auto Trait Implementations§
impl Freeze for InternetGatewayIpAddressDeleteWhen
impl !RefUnwindSafe for InternetGatewayIpAddressDeleteWhen
impl !Send for InternetGatewayIpAddressDeleteWhen
impl !Sync for InternetGatewayIpAddressDeleteWhen
impl Unpin for InternetGatewayIpAddressDeleteWhen
impl UnsafeUnpin for InternetGatewayIpAddressDeleteWhen
impl !UnwindSafe for InternetGatewayIpAddressDeleteWhen
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