Struct google_gmail1::Profile [] [src]

pub struct Profile {
    pub messages_total: Option<i32>,
    pub email_address: Option<String>,
    pub history_id: Option<String>,
    pub threads_total: Option<i32>,
}

Profile for a Gmail user.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The total number of messages in the mailbox.

The user's email address.

The ID of the mailbox's current history record.

The total number of threads in the mailbox.

Trait Implementations

impl Default for Profile
[src]

[src]

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

impl Clone for Profile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Profile
[src]

[src]

Formats the value using the given formatter.

impl ResponseResult for Profile
[src]