Struct aws_sdk_ec2::model::VpcAttachment
source · [−]#[non_exhaustive]pub struct VpcAttachment { /* private fields */ }
Expand description
Describes an attachment between a virtual private gateway and a VPC.
Implementations
sourceimpl VpcAttachment
impl VpcAttachment
sourceimpl VpcAttachment
impl VpcAttachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcAttachment
.
Trait Implementations
sourceimpl Clone for VpcAttachment
impl Clone for VpcAttachment
sourcefn clone(&self) -> VpcAttachment
fn clone(&self) -> VpcAttachment
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 Debug for VpcAttachment
impl Debug for VpcAttachment
sourceimpl PartialEq<VpcAttachment> for VpcAttachment
impl PartialEq<VpcAttachment> for VpcAttachment
sourcefn eq(&self, other: &VpcAttachment) -> bool
fn eq(&self, other: &VpcAttachment) -> bool
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
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