Struct rusoto_workdocs::UserMetadata [] [src]

pub struct UserMetadata {
    pub email_address: Option<String>,
    pub given_name: Option<String>,
    pub id: Option<String>,
    pub surname: Option<String>,
    pub username: Option<String>,
}

Describes the metadata of the user.

Fields

The email address of the user.

The given name of the user before a rename operation.

The ID of the user.

The surname of the user.

The username of the user.

Trait Implementations

impl Default for UserMetadata
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for UserMetadata
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UserMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UserMetadata

impl Sync for UserMetadata