#[non_exhaustive]pub struct DisableVpcClassicLinkOutput { /* private fields */ }
Implementations§
source§impl DisableVpcClassicLinkOutput
impl DisableVpcClassicLinkOutput
sourcepub fn builder() -> DisableVpcClassicLinkOutputBuilder
pub fn builder() -> DisableVpcClassicLinkOutputBuilder
Creates a new builder-style object to manufacture DisableVpcClassicLinkOutput
.
Trait Implementations§
source§impl Clone for DisableVpcClassicLinkOutput
impl Clone for DisableVpcClassicLinkOutput
source§fn clone(&self) -> DisableVpcClassicLinkOutput
fn clone(&self) -> DisableVpcClassicLinkOutput
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 DisableVpcClassicLinkOutput
impl Debug for DisableVpcClassicLinkOutput
source§impl PartialEq<DisableVpcClassicLinkOutput> for DisableVpcClassicLinkOutput
impl PartialEq<DisableVpcClassicLinkOutput> for DisableVpcClassicLinkOutput
source§fn eq(&self, other: &DisableVpcClassicLinkOutput) -> bool
fn eq(&self, other: &DisableVpcClassicLinkOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DisableVpcClassicLinkOutput
impl RequestId for DisableVpcClassicLinkOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DisableVpcClassicLinkOutput
Auto Trait Implementations§
impl RefUnwindSafe for DisableVpcClassicLinkOutput
impl Send for DisableVpcClassicLinkOutput
impl Sync for DisableVpcClassicLinkOutput
impl Unpin for DisableVpcClassicLinkOutput
impl UnwindSafe for DisableVpcClassicLinkOutput
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