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