Enum oauth2_bitbucket::BitbucketScope [−][src]
pub enum BitbucketScope {
Account,
AccountWrite,
Email,
Repository,
Other(String),
}
Variants
Account
AccountWrite
Email
Repository
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 BitbucketScope
impl Send for BitbucketScope
impl Sync for BitbucketScope
impl Unpin for BitbucketScope
impl UnwindSafe for BitbucketScope
Blanket Implementations
Mutably borrows from an owned value. Read more