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