pub enum BitbucketScope {
Account,
AccountWrite,
Email,
Repository,
Other(String),
}
Variants§
Trait Implementations§
Source§impl Clone for BitbucketScope
impl Clone for BitbucketScope
Source§fn clone(&self) -> BitbucketScope
fn clone(&self) -> BitbucketScope
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BitbucketScope
impl Debug for BitbucketScope
Source§impl<'de> Deserialize<'de> for BitbucketScope
impl<'de> Deserialize<'de> for BitbucketScope
Source§fn 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
Source§impl Display for BitbucketScope
impl Display for BitbucketScope
Source§impl FromStr for BitbucketScope
impl FromStr for BitbucketScope
Source§impl PartialEq for BitbucketScope
impl PartialEq for BitbucketScope
Source§impl Serialize for BitbucketScope
impl Serialize for BitbucketScope
Source§impl TryFrom<&str> for BitbucketScope
impl TryFrom<&str> for BitbucketScope
Source§impl TryFrom<String> for BitbucketScope
impl TryFrom<String> for BitbucketScope
impl Eq for BitbucketScope
impl Scope for BitbucketScope
impl StructuralPartialEq for BitbucketScope
Auto Trait Implementations§
impl Freeze for BitbucketScope
impl RefUnwindSafe for BitbucketScope
impl Send for BitbucketScope
impl Sync for BitbucketScope
impl Unpin for BitbucketScope
impl UnwindSafe for BitbucketScope
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more