Enum google_gmail1::Scope [] [src]

pub enum Scope {
    SettingBasic,
    Gmai,
    Send,
    Compose,
    Metadata,
    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

Read, send, delete, and manage your email

Send email on your behalf

Manage drafts and send emails

View your email message metadata such as labels and headers, but not the email body

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

Manage mailbox labels

View your email messages and settings

Insert mail into your mailbox

View and modify but not delete your email

Trait Implementations

impl PartialEq for Scope
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Scope
[src]

impl Hash for Scope
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl AsRef<str> for Scope
[src]

[src]

Performs the conversion.

impl Default for Scope
[src]

[src]

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