Struct aws_sdk_ec2::model::ClassicLinkDnsSupport
source · [−]#[non_exhaustive]pub struct ClassicLinkDnsSupport { /* private fields */ }
Expand description
Describes the ClassicLink DNS support status of a VPC.
Implementations
sourceimpl ClassicLinkDnsSupport
impl ClassicLinkDnsSupport
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClassicLinkDnsSupport
.
Trait Implementations
sourceimpl Clone for ClassicLinkDnsSupport
impl Clone for ClassicLinkDnsSupport
sourcefn clone(&self) -> ClassicLinkDnsSupport
fn clone(&self) -> ClassicLinkDnsSupport
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 ClassicLinkDnsSupport
impl Debug for ClassicLinkDnsSupport
sourceimpl PartialEq<ClassicLinkDnsSupport> for ClassicLinkDnsSupport
impl PartialEq<ClassicLinkDnsSupport> for ClassicLinkDnsSupport
sourcefn eq(&self, other: &ClassicLinkDnsSupport) -> bool
fn eq(&self, other: &ClassicLinkDnsSupport) -> bool
impl StructuralPartialEq for ClassicLinkDnsSupport
Auto Trait Implementations
impl RefUnwindSafe for ClassicLinkDnsSupport
impl Send for ClassicLinkDnsSupport
impl Sync for ClassicLinkDnsSupport
impl Unpin for ClassicLinkDnsSupport
impl UnwindSafe for ClassicLinkDnsSupport
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