Struct google_gmail1::api::Profile [−][src]
pub struct Profile {
pub email_address: Option<String>,
pub history_id: Option<String>,
pub messages_total: Option<i32>,
pub threads_total: Option<i32>,
}Expand description
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).
- get profile users (response)
Fields
email_address: Option<String>The user’s email address.
history_id: Option<String>The ID of the mailbox’s current history record.
messages_total: Option<i32>The total number of messages in the mailbox.
threads_total: Option<i32>The total number of threads in the mailbox.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Profile
impl UnwindSafe for Profile
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more