Struct aws_sdk_ec2::model::VpcPeeringConnectionStateReason
source · [−]#[non_exhaustive]pub struct VpcPeeringConnectionStateReason { /* private fields */ }
Expand description
Describes the status of a VPC peering connection.
Implementations
sourceimpl VpcPeeringConnectionStateReason
impl VpcPeeringConnectionStateReason
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcPeeringConnectionStateReason
.
Trait Implementations
sourceimpl Clone for VpcPeeringConnectionStateReason
impl Clone for VpcPeeringConnectionStateReason
sourcefn clone(&self) -> VpcPeeringConnectionStateReason
fn clone(&self) -> VpcPeeringConnectionStateReason
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<VpcPeeringConnectionStateReason> for VpcPeeringConnectionStateReason
impl PartialEq<VpcPeeringConnectionStateReason> for VpcPeeringConnectionStateReason
sourcefn eq(&self, other: &VpcPeeringConnectionStateReason) -> bool
fn eq(&self, other: &VpcPeeringConnectionStateReason) -> bool
impl StructuralPartialEq for VpcPeeringConnectionStateReason
Auto Trait Implementations
impl RefUnwindSafe for VpcPeeringConnectionStateReason
impl Send for VpcPeeringConnectionStateReason
impl Sync for VpcPeeringConnectionStateReason
impl Unpin for VpcPeeringConnectionStateReason
impl UnwindSafe for VpcPeeringConnectionStateReason
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