Struct rusoto_ec2::NetworkInterfaceIpv6Address[][src]

pub struct NetworkInterfaceIpv6Address {
    pub ipv_6_address: Option<String>,
}

Describes an IPv6 address associated with a network interface.

Fields

The IPv6 address.

Trait Implementations

impl Default for NetworkInterfaceIpv6Address
[src]

Returns the "default value" for a type. Read more

impl Debug for NetworkInterfaceIpv6Address
[src]

Formats the value using the given formatter. Read more

impl Clone for NetworkInterfaceIpv6Address
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NetworkInterfaceIpv6Address
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations