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