#[non_exhaustive]pub struct AwsEc2SecurityGroupIpv6Range { /* private fields */ }
Expand description
A range of IPv6 addresses.
Implementations§
source§impl AwsEc2SecurityGroupIpv6Range
impl AwsEc2SecurityGroupIpv6Range
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2SecurityGroupIpv6Range
.
Trait Implementations§
source§impl Clone for AwsEc2SecurityGroupIpv6Range
impl Clone for AwsEc2SecurityGroupIpv6Range
source§fn clone(&self) -> AwsEc2SecurityGroupIpv6Range
fn clone(&self) -> AwsEc2SecurityGroupIpv6Range
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 Debug for AwsEc2SecurityGroupIpv6Range
impl Debug for AwsEc2SecurityGroupIpv6Range
source§impl PartialEq<AwsEc2SecurityGroupIpv6Range> for AwsEc2SecurityGroupIpv6Range
impl PartialEq<AwsEc2SecurityGroupIpv6Range> for AwsEc2SecurityGroupIpv6Range
source§fn eq(&self, other: &AwsEc2SecurityGroupIpv6Range) -> bool
fn eq(&self, other: &AwsEc2SecurityGroupIpv6Range) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.