Struct aws_sdk_chime::output::CreateAccountOutput
source · [−]#[non_exhaustive]pub struct CreateAccountOutput { /* private fields */ }Implementations
sourceimpl CreateAccountOutput
impl CreateAccountOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateAccountOutput.
Trait Implementations
sourceimpl Clone for CreateAccountOutput
impl Clone for CreateAccountOutput
sourcefn clone(&self) -> CreateAccountOutput
fn clone(&self) -> CreateAccountOutput
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 CreateAccountOutput
impl Debug for CreateAccountOutput
sourceimpl PartialEq<CreateAccountOutput> for CreateAccountOutput
impl PartialEq<CreateAccountOutput> for CreateAccountOutput
sourcefn eq(&self, other: &CreateAccountOutput) -> bool
fn eq(&self, other: &CreateAccountOutput) -> bool
impl StructuralPartialEq for CreateAccountOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateAccountOutput
impl Send for CreateAccountOutput
impl Sync for CreateAccountOutput
impl Unpin for CreateAccountOutput
impl UnwindSafe for CreateAccountOutput
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