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