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