Struct aws_sdk_ec2::model::Ipv6Pool
source · [−]#[non_exhaustive]pub struct Ipv6Pool { /* private fields */ }
Expand description
Describes an IPv6 address pool.
Implementations
sourceimpl Ipv6Pool
impl Ipv6Pool
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description for the address pool.
sourcepub fn pool_cidr_blocks(&self) -> Option<&[PoolCidrBlock]>
pub fn pool_cidr_blocks(&self) -> Option<&[PoolCidrBlock]>
The CIDR blocks for the address pool.
Any tags for the address pool.
Trait Implementations
impl StructuralPartialEq for Ipv6Pool
Auto Trait Implementations
impl RefUnwindSafe for Ipv6Pool
impl Send for Ipv6Pool
impl Sync for Ipv6Pool
impl Unpin for Ipv6Pool
impl UnwindSafe for Ipv6Pool
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