Struct aws_sdk_ec2::types::VpcAttachment
source · #[non_exhaustive]pub struct VpcAttachment { /* private fields */ }
Expand description
Describes an attachment between a virtual private gateway and a VPC.
Implementations§
source§impl VpcAttachment
impl VpcAttachment
source§impl VpcAttachment
impl VpcAttachment
sourcepub fn builder() -> VpcAttachmentBuilder
pub fn builder() -> VpcAttachmentBuilder
Creates a new builder-style object to manufacture VpcAttachment
.
Trait Implementations§
source§impl Clone for VpcAttachment
impl Clone for VpcAttachment
source§fn clone(&self) -> VpcAttachment
fn clone(&self) -> VpcAttachment
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 VpcAttachment
impl Debug for VpcAttachment
source§impl PartialEq<VpcAttachment> for VpcAttachment
impl PartialEq<VpcAttachment> for VpcAttachment
source§fn eq(&self, other: &VpcAttachment) -> bool
fn eq(&self, other: &VpcAttachment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VpcAttachment
Auto Trait Implementations§
impl RefUnwindSafe for VpcAttachment
impl Send for VpcAttachment
impl Sync for VpcAttachment
impl Unpin for VpcAttachment
impl UnwindSafe for VpcAttachment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more