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