#[non_exhaustive]pub struct AwsEc2NetworkInterfaceIpV6AddressDetail { /* private fields */ }
Expand description
Provides information about an IPV6 address that is associated with the network interface.
Implementations§
source§impl AwsEc2NetworkInterfaceIpV6AddressDetail
impl AwsEc2NetworkInterfaceIpV6AddressDetail
sourcepub fn ip_v6_address(&self) -> Option<&str>
pub fn ip_v6_address(&self) -> Option<&str>
The IPV6 address.
source§impl AwsEc2NetworkInterfaceIpV6AddressDetail
impl AwsEc2NetworkInterfaceIpV6AddressDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2NetworkInterfaceIpV6AddressDetail
.
Trait Implementations§
source§impl Clone for AwsEc2NetworkInterfaceIpV6AddressDetail
impl Clone for AwsEc2NetworkInterfaceIpV6AddressDetail
source§fn clone(&self) -> AwsEc2NetworkInterfaceIpV6AddressDetail
fn clone(&self) -> AwsEc2NetworkInterfaceIpV6AddressDetail
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsEc2NetworkInterfaceIpV6AddressDetail> for AwsEc2NetworkInterfaceIpV6AddressDetail
impl PartialEq<AwsEc2NetworkInterfaceIpV6AddressDetail> for AwsEc2NetworkInterfaceIpV6AddressDetail
source§fn eq(&self, other: &AwsEc2NetworkInterfaceIpV6AddressDetail) -> bool
fn eq(&self, other: &AwsEc2NetworkInterfaceIpV6AddressDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.