Struct aws_sdk_connect::model::UserIdentityInfoLite
source · [−]#[non_exhaustive]pub struct UserIdentityInfoLite { /* private fields */ }
Expand description
The user's first name and last name.
Implementations
sourceimpl UserIdentityInfoLite
impl UserIdentityInfoLite
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserIdentityInfoLite
.
Trait Implementations
sourceimpl Clone for UserIdentityInfoLite
impl Clone for UserIdentityInfoLite
sourcefn clone(&self) -> UserIdentityInfoLite
fn clone(&self) -> UserIdentityInfoLite
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 UserIdentityInfoLite
impl Debug for UserIdentityInfoLite
sourceimpl PartialEq<UserIdentityInfoLite> for UserIdentityInfoLite
impl PartialEq<UserIdentityInfoLite> for UserIdentityInfoLite
sourcefn eq(&self, other: &UserIdentityInfoLite) -> bool
fn eq(&self, other: &UserIdentityInfoLite) -> bool
impl StructuralPartialEq for UserIdentityInfoLite
Auto Trait Implementations
impl RefUnwindSafe for UserIdentityInfoLite
impl Send for UserIdentityInfoLite
impl Sync for UserIdentityInfoLite
impl Unpin for UserIdentityInfoLite
impl UnwindSafe for UserIdentityInfoLite
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