Struct aws_sdk_workdocs::model::UserMetadata
source · [−]#[non_exhaustive]pub struct UserMetadata { /* private fields */ }Expand description
Describes the metadata of the user.
Implementations
sourceimpl UserMetadata
impl UserMetadata
sourcepub fn given_name(&self) -> Option<&str>
pub fn given_name(&self) -> Option<&str>
The given name of the user before a rename operation.
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address of the user.
sourceimpl UserMetadata
impl UserMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserMetadata.
Trait Implementations
sourceimpl Clone for UserMetadata
impl Clone for UserMetadata
sourcefn clone(&self) -> UserMetadata
fn clone(&self) -> UserMetadata
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 UserMetadata
impl Debug for UserMetadata
sourceimpl PartialEq<UserMetadata> for UserMetadata
impl PartialEq<UserMetadata> for UserMetadata
sourcefn eq(&self, other: &UserMetadata) -> bool
fn eq(&self, other: &UserMetadata) -> bool
impl StructuralPartialEq for UserMetadata
Auto Trait Implementations
impl RefUnwindSafe for UserMetadata
impl Send for UserMetadata
impl Sync for UserMetadata
impl Unpin for UserMetadata
impl UnwindSafe for UserMetadata
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