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