Struct aws_sdk_ec2::types::VpcClassicLink
source · #[non_exhaustive]pub struct VpcClassicLink { /* private fields */ }
Expand description
We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon Elastic Compute Cloud User Guide.
Describes whether a VPC is enabled for ClassicLink.
Implementations§
source§impl VpcClassicLink
impl VpcClassicLink
sourcepub fn builder() -> VpcClassicLinkBuilder
pub fn builder() -> VpcClassicLinkBuilder
Creates a new builder-style object to manufacture VpcClassicLink
.
Trait Implementations§
source§impl Clone for VpcClassicLink
impl Clone for VpcClassicLink
source§fn clone(&self) -> VpcClassicLink
fn clone(&self) -> VpcClassicLink
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 VpcClassicLink
impl Debug for VpcClassicLink
source§impl PartialEq<VpcClassicLink> for VpcClassicLink
impl PartialEq<VpcClassicLink> for VpcClassicLink
source§fn eq(&self, other: &VpcClassicLink) -> bool
fn eq(&self, other: &VpcClassicLink) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VpcClassicLink
Auto Trait Implementations§
impl RefUnwindSafe for VpcClassicLink
impl Send for VpcClassicLink
impl Sync for VpcClassicLink
impl Unpin for VpcClassicLink
impl UnwindSafe for VpcClassicLink
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