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
SettingBasicManage your basic mail settings
GmaiRead, send, delete, and manage your email
SendSend email on your behalf
ComposeManage drafts and send emails
MetadataView your email message metadata such as labels and headers, but not the email body
SettingSharingManage your sensitive mail settings, including who can manage your mail
LabelManage mailbox labels
ReadonlyView your email messages and settings
InsertInsert mail into your mailbox
ModifyView and modify but not delete your email
Trait Implementations
impl PartialEq for Scope[src]
fn eq(&self, __arg_0: &Scope) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for Scope[src]
impl Hash for Scope[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more