pub struct InternetGatewayIpPoolDeleteWhen(/* private fields */);Implementations§
Source§impl InternetGatewayIpPoolDeleteWhen
impl InternetGatewayIpPoolDeleteWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn pool(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 InternetGatewayIpPoolDeleteWhen
impl !RefUnwindSafe for InternetGatewayIpPoolDeleteWhen
impl !Send for InternetGatewayIpPoolDeleteWhen
impl !Sync for InternetGatewayIpPoolDeleteWhen
impl Unpin for InternetGatewayIpPoolDeleteWhen
impl UnsafeUnpin for InternetGatewayIpPoolDeleteWhen
impl !UnwindSafe for InternetGatewayIpPoolDeleteWhen
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