Struct aws_sdk_ec2::types::ClassicLinkDnsSupport
source · #[non_exhaustive]pub struct ClassicLinkDnsSupport { /* private fields */ }
Expand description
Describes the ClassicLink DNS support status of a VPC.
Implementations§
source§impl ClassicLinkDnsSupport
impl ClassicLinkDnsSupport
sourcepub fn builder() -> ClassicLinkDnsSupportBuilder
pub fn builder() -> ClassicLinkDnsSupportBuilder
Creates a new builder-style object to manufacture ClassicLinkDnsSupport
.
Trait Implementations§
source§impl Clone for ClassicLinkDnsSupport
impl Clone for ClassicLinkDnsSupport
source§fn clone(&self) -> ClassicLinkDnsSupport
fn clone(&self) -> ClassicLinkDnsSupport
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 ClassicLinkDnsSupport
impl Debug for ClassicLinkDnsSupport
source§impl PartialEq<ClassicLinkDnsSupport> for ClassicLinkDnsSupport
impl PartialEq<ClassicLinkDnsSupport> for ClassicLinkDnsSupport
source§fn eq(&self, other: &ClassicLinkDnsSupport) -> bool
fn eq(&self, other: &ClassicLinkDnsSupport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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