Enum oauth2_google::GoogleScope [−][src]
pub enum GoogleScope {
Email,
Profile,
Openid,
DriveFile,
Youtube,
YoutubeReadonly,
Other(String),
}Variants
Email
Profile
Openid
DriveFile
Youtube
YoutubeReadonly
Other(String)
Tuple Fields
0: StringTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GoogleScope
impl Send for GoogleScope
impl Sync for GoogleScope
impl Unpin for GoogleScope
impl UnwindSafe for GoogleScope
Blanket Implementations
Mutably borrows from an owned value. Read more