#[non_exhaustive]pub struct DisableVpcClassicLinkDnsSupportInput { /* private fields */ }
Implementations
sourceimpl DisableVpcClassicLinkDnsSupportInput
impl DisableVpcClassicLinkDnsSupportInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableVpcClassicLinkDnsSupport, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableVpcClassicLinkDnsSupport, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableVpcClassicLinkDnsSupport
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableVpcClassicLinkDnsSupportInput
.
Trait Implementations
sourceimpl Clone for DisableVpcClassicLinkDnsSupportInput
impl Clone for DisableVpcClassicLinkDnsSupportInput
sourcefn clone(&self) -> DisableVpcClassicLinkDnsSupportInput
fn clone(&self) -> DisableVpcClassicLinkDnsSupportInput
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 PartialEq<DisableVpcClassicLinkDnsSupportInput> for DisableVpcClassicLinkDnsSupportInput
impl PartialEq<DisableVpcClassicLinkDnsSupportInput> for DisableVpcClassicLinkDnsSupportInput
sourcefn eq(&self, other: &DisableVpcClassicLinkDnsSupportInput) -> bool
fn eq(&self, other: &DisableVpcClassicLinkDnsSupportInput) -> bool
impl StructuralPartialEq for DisableVpcClassicLinkDnsSupportInput
Auto Trait Implementations
impl RefUnwindSafe for DisableVpcClassicLinkDnsSupportInput
impl Send for DisableVpcClassicLinkDnsSupportInput
impl Sync for DisableVpcClassicLinkDnsSupportInput
impl Unpin for DisableVpcClassicLinkDnsSupportInput
impl UnwindSafe for DisableVpcClassicLinkDnsSupportInput
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