Struct google_vault1::UserInfo[][src]

pub struct UserInfo {
    pub display_name: Option<String>,
    pub email: Option<String>,
}

User's information.

This type is not used in any activity, and only used as part of another schema.

Fields

The displayed name of the user.

The email address of the user.

Trait Implementations

impl Default for UserInfo
[src]

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

impl Clone for UserInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserInfo
[src]

Formats the value using the given formatter. Read more

impl Part for UserInfo
[src]

Auto Trait Implementations

impl Send for UserInfo

impl Sync for UserInfo