Struct aws_sdk_ec2::model::ClassicLinkInstance
source · [−]#[non_exhaustive]pub struct ClassicLinkInstance { /* private fields */ }
Expand description
We are retiring EC2-Classic on August 15, 2022. 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 a linked EC2-Classic instance.
Implementations
sourceimpl ClassicLinkInstance
impl ClassicLinkInstance
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClassicLinkInstance
.
Trait Implementations
sourceimpl Clone for ClassicLinkInstance
impl Clone for ClassicLinkInstance
sourcefn clone(&self) -> ClassicLinkInstance
fn clone(&self) -> ClassicLinkInstance
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 ClassicLinkInstance
impl Debug for ClassicLinkInstance
sourceimpl PartialEq<ClassicLinkInstance> for ClassicLinkInstance
impl PartialEq<ClassicLinkInstance> for ClassicLinkInstance
sourcefn eq(&self, other: &ClassicLinkInstance) -> bool
fn eq(&self, other: &ClassicLinkInstance) -> bool
impl StructuralPartialEq for ClassicLinkInstance
Auto Trait Implementations
impl RefUnwindSafe for ClassicLinkInstance
impl Send for ClassicLinkInstance
impl Sync for ClassicLinkInstance
impl Unpin for ClassicLinkInstance
impl UnwindSafe for ClassicLinkInstance
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