Enum google_gmail1::Scope [] [src]

pub enum Scope {
    SettingBasic,
    Gmai,
    Send,
    Compose,
    SettingSharing,
    Label,
    Readonly,
    Insert,
    Modify,
}

Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.

Variants

Manage your basic mail settings

View and manage your mail

Send email on your behalf

Manage drafts and send emails

Manage your sensitive mail settings, including who can manage your mail

Manage mailbox labels

View your emails messages and settings

Insert mail into your mailbox

View and modify but not delete your email

Trait Implementations

impl Hash for Scope
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Eq for Scope
[src]

impl PartialEq for Scope
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl AsRef<str> for Scope
[src]

Performs the conversion.

impl Default for Scope
[src]

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