[][src]Struct rusoto_ec2::SubnetIpv6CidrBlockAssociation

pub struct SubnetIpv6CidrBlockAssociation {
    pub association_id: Option<String>,
    pub ipv_6_cidr_block: Option<String>,
    pub ipv_6_cidr_block_state: Option<SubnetCidrBlockState>,
}

Describes an IPv6 CIDR block associated with a subnet.

Fields

association_id: Option<String>

The association ID for the CIDR block.

ipv_6_cidr_block: Option<String>

The IPv6 CIDR block.

ipv_6_cidr_block_state: Option<SubnetCidrBlockState>

Information about the state of the CIDR block.

Trait Implementations

impl Clone for SubnetIpv6CidrBlockAssociation[src]

impl Debug for SubnetIpv6CidrBlockAssociation[src]

impl Default for SubnetIpv6CidrBlockAssociation[src]

impl PartialEq<SubnetIpv6CidrBlockAssociation> for SubnetIpv6CidrBlockAssociation[src]

impl StructuralPartialEq for SubnetIpv6CidrBlockAssociation[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.