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