Struct aws_sdk_connect::types::UserSummary
source · #[non_exhaustive]pub struct UserSummary { /* private fields */ }Expand description
Contains summary information about a user.
Implementations§
source§impl UserSummary
impl UserSummary
source§impl UserSummary
impl UserSummary
sourcepub fn builder() -> UserSummaryBuilder
pub fn builder() -> UserSummaryBuilder
Creates a new builder-style object to manufacture UserSummary.
Trait Implementations§
source§impl Clone for UserSummary
impl Clone for UserSummary
source§fn clone(&self) -> UserSummary
fn clone(&self) -> UserSummary
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 UserSummary
impl Debug for UserSummary
source§impl PartialEq<UserSummary> for UserSummary
impl PartialEq<UserSummary> for UserSummary
source§fn eq(&self, other: &UserSummary) -> bool
fn eq(&self, other: &UserSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UserSummary
Auto Trait Implementations§
impl RefUnwindSafe for UserSummary
impl Send for UserSummary
impl Sync for UserSummary
impl Unpin for UserSummary
impl UnwindSafe for UserSummary
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