pub struct DescribeVpcClassicLinkResult {
pub vpcs: Option<Vec<VpcClassicLink>>,
}Fields§
§vpcs: Option<Vec<VpcClassicLink>>The ClassicLink status of one or more VPCs.
Trait Implementations§
Source§impl Clone for DescribeVpcClassicLinkResult
impl Clone for DescribeVpcClassicLinkResult
Source§fn clone(&self) -> DescribeVpcClassicLinkResult
fn clone(&self) -> DescribeVpcClassicLinkResult
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 Debug for DescribeVpcClassicLinkResult
impl Debug for DescribeVpcClassicLinkResult
Source§impl Default for DescribeVpcClassicLinkResult
impl Default for DescribeVpcClassicLinkResult
Source§fn default() -> DescribeVpcClassicLinkResult
fn default() -> DescribeVpcClassicLinkResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeVpcClassicLinkResult
impl PartialEq for DescribeVpcClassicLinkResult
Source§fn eq(&self, other: &DescribeVpcClassicLinkResult) -> bool
fn eq(&self, other: &DescribeVpcClassicLinkResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeVpcClassicLinkResult
Auto Trait Implementations§
impl Freeze for DescribeVpcClassicLinkResult
impl RefUnwindSafe for DescribeVpcClassicLinkResult
impl Send for DescribeVpcClassicLinkResult
impl Sync for DescribeVpcClassicLinkResult
impl Unpin for DescribeVpcClassicLinkResult
impl UnwindSafe for DescribeVpcClassicLinkResult
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