Struct google_gmail1::Thread [] [src]

pub struct Thread {
    pub snippet: Option<String>,
    pub messages: Option<Vec<Message>>,
    pub id: Option<String>,
    pub history_id: Option<String>,
}

A collection of messages representing a conversation.

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

A short part of the message text.

The list of messages in the thread.

The unique ID of the thread.

The ID of the last history record that modified this thread.

Trait Implementations

impl Debug for Thread
[src]

Formats the value using the given formatter.

impl Clone for Thread
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Thread
[src]

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

impl ResponseResult for Thread
[src]