Struct aws_sdk_chime::operation::get_account::GetAccountOutput
source · #[non_exhaustive]pub struct GetAccountOutput { /* private fields */ }Implementations§
source§impl GetAccountOutput
impl GetAccountOutput
sourcepub fn builder() -> GetAccountOutputBuilder
pub fn builder() -> GetAccountOutputBuilder
Creates a new builder-style object to manufacture GetAccountOutput.
Trait Implementations§
source§impl Clone for GetAccountOutput
impl Clone for GetAccountOutput
source§fn clone(&self) -> GetAccountOutput
fn clone(&self) -> GetAccountOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetAccountOutput
impl Debug for GetAccountOutput
source§impl PartialEq<GetAccountOutput> for GetAccountOutput
impl PartialEq<GetAccountOutput> for GetAccountOutput
source§fn eq(&self, other: &GetAccountOutput) -> bool
fn eq(&self, other: &GetAccountOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetAccountOutput
impl RequestId for GetAccountOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetAccountOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetAccountOutput
impl Send for GetAccountOutput
impl Sync for GetAccountOutput
impl Unpin for GetAccountOutput
impl UnwindSafe for GetAccountOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more