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