Struct aws_sdk_workdocs::model::UserMetadata
source · #[non_exhaustive]pub struct UserMetadata { /* private fields */ }
Expand description
Describes the metadata of the user.
Implementations§
source§impl 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.
source§impl UserMetadata
impl UserMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserMetadata
.
Trait Implementations§
source§impl Clone for UserMetadata
impl Clone for UserMetadata
source§fn clone(&self) -> UserMetadata
fn clone(&self) -> UserMetadata
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 UserMetadata
impl Debug for UserMetadata
source§impl PartialEq<UserMetadata> for UserMetadata
impl PartialEq<UserMetadata> for UserMetadata
source§fn eq(&self, other: &UserMetadata) -> bool
fn eq(&self, other: &UserMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.