#[non_exhaustive]pub struct SubnetMapping { /* private fields */ }
Expand description
Information about a subnet mapping.
Implementations
sourceimpl SubnetMapping
impl SubnetMapping
sourcepub fn allocation_id(&self) -> Option<&str>
pub fn allocation_id(&self) -> Option<&str>
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
sourcepub fn private_i_pv4_address(&self) -> Option<&str>
pub fn private_i_pv4_address(&self) -> Option<&str>
[Network Load Balancers] The private IPv4 address for an internal load balancer.
sourcepub fn i_pv6_address(&self) -> Option<&str>
pub fn i_pv6_address(&self) -> Option<&str>
[Network Load Balancers] The IPv6 address.
sourceimpl SubnetMapping
impl SubnetMapping
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubnetMapping
.
Trait Implementations
sourceimpl Clone for SubnetMapping
impl Clone for SubnetMapping
sourcefn clone(&self) -> SubnetMapping
fn clone(&self) -> SubnetMapping
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 SubnetMapping
impl Debug for SubnetMapping
sourceimpl PartialEq<SubnetMapping> for SubnetMapping
impl PartialEq<SubnetMapping> for SubnetMapping
sourcefn eq(&self, other: &SubnetMapping) -> bool
fn eq(&self, other: &SubnetMapping) -> bool
impl StructuralPartialEq for SubnetMapping
Auto Trait Implementations
impl RefUnwindSafe for SubnetMapping
impl Send for SubnetMapping
impl Sync for SubnetMapping
impl Unpin for SubnetMapping
impl UnwindSafe for SubnetMapping
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