Struct aws_sdk_workdocs::model::User
source · [−]#[non_exhaustive]pub struct User { /* private fields */ }
Expand description
Describes a user.
Implementations
sourceimpl User
impl User
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address of the user.
sourcepub fn given_name(&self) -> Option<&str>
pub fn given_name(&self) -> Option<&str>
The given name of the user.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The ID of the organization.
sourcepub fn root_folder_id(&self) -> Option<&str>
pub fn root_folder_id(&self) -> Option<&str>
The ID of the root folder.
sourcepub fn recycle_bin_folder_id(&self) -> Option<&str>
pub fn recycle_bin_folder_id(&self) -> Option<&str>
The ID of the recycle bin folder.
sourcepub fn status(&self) -> Option<&UserStatusType>
pub fn status(&self) -> Option<&UserStatusType>
The status of the user.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The time when the user was created.
sourcepub fn modified_timestamp(&self) -> Option<&DateTime>
pub fn modified_timestamp(&self) -> Option<&DateTime>
The time when the user was modified.
sourcepub fn time_zone_id(&self) -> Option<&str>
pub fn time_zone_id(&self) -> Option<&str>
The time zone ID of the user.
sourcepub fn locale(&self) -> Option<&LocaleType>
pub fn locale(&self) -> Option<&LocaleType>
The locale of the user.
sourcepub fn storage(&self) -> Option<&UserStorageMetadata>
pub fn storage(&self) -> Option<&UserStorageMetadata>
The storage for the user.
Trait Implementations
impl StructuralPartialEq for User
Auto Trait Implementations
impl RefUnwindSafe for User
impl Send for User
impl Sync for User
impl Unpin for User
impl UnwindSafe for User
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