Enum oauth2_microsoft::MicrosoftScope [−][src]
pub enum MicrosoftScope {
Openid,
Email,
Profile,
OfflineAccess,
UserRead,
Other(String),
}
Variants
Openid
Email
Profile
OfflineAccess
UserRead
Other(String)
Tuple Fields
0: String
Trait 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 MicrosoftScope
impl Send for MicrosoftScope
impl Sync for MicrosoftScope
impl Unpin for MicrosoftScope
impl UnwindSafe for MicrosoftScope
Blanket Implementations
Mutably borrows from an owned value. Read more