pub struct DescribeVpcClassicLinkDnsSupportResult {
pub next_token: Option<String>,
pub vpcs: Option<Vec<ClassicLinkDnsSupport>>,
}Fields§
§next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
vpcs: Option<Vec<ClassicLinkDnsSupport>>Information about the ClassicLink DNS support status of the VPCs.
Trait Implementations§
Source§impl Clone for DescribeVpcClassicLinkDnsSupportResult
impl Clone for DescribeVpcClassicLinkDnsSupportResult
Source§fn clone(&self) -> DescribeVpcClassicLinkDnsSupportResult
fn clone(&self) -> DescribeVpcClassicLinkDnsSupportResult
Returns a duplicate 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 Default for DescribeVpcClassicLinkDnsSupportResult
impl Default for DescribeVpcClassicLinkDnsSupportResult
Source§fn default() -> DescribeVpcClassicLinkDnsSupportResult
fn default() -> DescribeVpcClassicLinkDnsSupportResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeVpcClassicLinkDnsSupportResult
impl PartialEq for DescribeVpcClassicLinkDnsSupportResult
Source§fn eq(&self, other: &DescribeVpcClassicLinkDnsSupportResult) -> bool
fn eq(&self, other: &DescribeVpcClassicLinkDnsSupportResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeVpcClassicLinkDnsSupportResult
Auto Trait Implementations§
impl Freeze for DescribeVpcClassicLinkDnsSupportResult
impl RefUnwindSafe for DescribeVpcClassicLinkDnsSupportResult
impl Send for DescribeVpcClassicLinkDnsSupportResult
impl Sync for DescribeVpcClassicLinkDnsSupportResult
impl Unpin for DescribeVpcClassicLinkDnsSupportResult
impl UnwindSafe for DescribeVpcClassicLinkDnsSupportResult
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