pub enum VcsRepositoryType {
Vcs,
Github,
Git,
Gitlab,
Bitbucket,
GitBitbucket,
Hg,
Fossil,
Perforce,
Svn,
}Variants§
Trait Implementations§
Source§impl Clone for VcsRepositoryType
impl Clone for VcsRepositoryType
Source§fn clone(&self) -> VcsRepositoryType
fn clone(&self) -> VcsRepositoryType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VcsRepositoryType
impl Debug for VcsRepositoryType
Source§impl<'de> Deserialize<'de> for VcsRepositoryType
impl<'de> Deserialize<'de> for VcsRepositoryType
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 Hash for VcsRepositoryType
impl Hash for VcsRepositoryType
Source§impl Ord for VcsRepositoryType
impl Ord for VcsRepositoryType
Source§fn cmp(&self, other: &VcsRepositoryType) -> Ordering
fn cmp(&self, other: &VcsRepositoryType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VcsRepositoryType
impl PartialEq for VcsRepositoryType
Source§impl PartialOrd for VcsRepositoryType
impl PartialOrd for VcsRepositoryType
Source§impl Serialize for VcsRepositoryType
impl Serialize for VcsRepositoryType
impl Copy for VcsRepositoryType
impl Eq for VcsRepositoryType
impl StructuralPartialEq for VcsRepositoryType
Auto Trait Implementations§
impl Freeze for VcsRepositoryType
impl RefUnwindSafe for VcsRepositoryType
impl Send for VcsRepositoryType
impl Sync for VcsRepositoryType
impl Unpin for VcsRepositoryType
impl UnsafeUnpin for VcsRepositoryType
impl UnwindSafe for VcsRepositoryType
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