pub struct GetAssociatedIpv6PoolCidrsResult {
pub ipv_6_cidr_associations: Option<Vec<Ipv6CidrAssociation>>,
pub next_token: Option<String>,
}Fields§
§ipv_6_cidr_associations: Option<Vec<Ipv6CidrAssociation>>Information about the IPv6 CIDR block associations.
next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Trait Implementations§
Source§impl Clone for GetAssociatedIpv6PoolCidrsResult
impl Clone for GetAssociatedIpv6PoolCidrsResult
Source§fn clone(&self) -> GetAssociatedIpv6PoolCidrsResult
fn clone(&self) -> GetAssociatedIpv6PoolCidrsResult
Returns a duplicate 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 Default for GetAssociatedIpv6PoolCidrsResult
impl Default for GetAssociatedIpv6PoolCidrsResult
Source§fn default() -> GetAssociatedIpv6PoolCidrsResult
fn default() -> GetAssociatedIpv6PoolCidrsResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetAssociatedIpv6PoolCidrsResult
impl PartialEq for GetAssociatedIpv6PoolCidrsResult
Source§fn eq(&self, other: &GetAssociatedIpv6PoolCidrsResult) -> bool
fn eq(&self, other: &GetAssociatedIpv6PoolCidrsResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetAssociatedIpv6PoolCidrsResult
Auto Trait Implementations§
impl Freeze for GetAssociatedIpv6PoolCidrsResult
impl RefUnwindSafe for GetAssociatedIpv6PoolCidrsResult
impl Send for GetAssociatedIpv6PoolCidrsResult
impl Sync for GetAssociatedIpv6PoolCidrsResult
impl Unpin for GetAssociatedIpv6PoolCidrsResult
impl UnwindSafe for GetAssociatedIpv6PoolCidrsResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more