Enum oauth2_bitbucket::BitbucketScope
source · pub enum BitbucketScope {
Account,
AccountWrite,
Email,
Repository,
Other(String),
}
Variants
Account
AccountWrite
Email
Repository
Other(String)
Trait Implementations
sourceimpl Clone for BitbucketScope
impl Clone for BitbucketScope
sourcefn clone(&self) -> BitbucketScope
fn clone(&self) -> BitbucketScope
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BitbucketScope
impl Debug for BitbucketScope
sourceimpl<'de> Deserialize<'de> for BitbucketScope
impl<'de> Deserialize<'de> for BitbucketScope
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for BitbucketScope
impl Display for BitbucketScope
sourceimpl FromStr for BitbucketScope
impl FromStr for BitbucketScope
sourceimpl PartialEq<BitbucketScope> for BitbucketScope
impl PartialEq<BitbucketScope> for BitbucketScope
sourcefn eq(&self, other: &BitbucketScope) -> bool
fn eq(&self, other: &BitbucketScope) -> bool
sourceimpl Serialize for BitbucketScope
impl Serialize for BitbucketScope
sourceimpl TryFrom<&str> for BitbucketScope
impl TryFrom<&str> for BitbucketScope
sourceimpl TryFrom<String> for BitbucketScope
impl TryFrom<String> for BitbucketScope
impl Eq for BitbucketScope
impl Scope for BitbucketScope
impl StructuralEq for BitbucketScope
impl StructuralPartialEq for BitbucketScope
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more