#[non_exhaustive]pub struct SetSubnetsOutput { /* private fields */ }
Implementations
sourceimpl SetSubnetsOutput
impl SetSubnetsOutput
sourcepub fn availability_zones(&self) -> Option<&[AvailabilityZone]>
pub fn availability_zones(&self) -> Option<&[AvailabilityZone]>
Information about the subnets.
sourcepub fn ip_address_type(&self) -> Option<&IpAddressType>
pub fn ip_address_type(&self) -> Option<&IpAddressType>
[Network Load Balancers] The IP address type.
sourceimpl SetSubnetsOutput
impl SetSubnetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetSubnetsOutput
.
Trait Implementations
sourceimpl Clone for SetSubnetsOutput
impl Clone for SetSubnetsOutput
sourcefn clone(&self) -> SetSubnetsOutput
fn clone(&self) -> SetSubnetsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SetSubnetsOutput
impl Debug for SetSubnetsOutput
sourceimpl PartialEq<SetSubnetsOutput> for SetSubnetsOutput
impl PartialEq<SetSubnetsOutput> for SetSubnetsOutput
sourcefn eq(&self, other: &SetSubnetsOutput) -> bool
fn eq(&self, other: &SetSubnetsOutput) -> bool
impl StructuralPartialEq for SetSubnetsOutput
Auto Trait Implementations
impl RefUnwindSafe for SetSubnetsOutput
impl Send for SetSubnetsOutput
impl Sync for SetSubnetsOutput
impl Unpin for SetSubnetsOutput
impl UnwindSafe for SetSubnetsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more