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