Enum cargo::ops::VersionControl
[−]
[src]
pub enum VersionControl {
Git,
Hg,
NoVcs,
}Variants
Git | ||
Hg | ||
NoVcs |
Trait Implementations
impl Decodable for VersionControl[src]
fn decode<D: Decoder>(d: &mut D) -> Result<VersionControl, D::Error>
Derived Implementations
impl PartialEq for VersionControl[src]
fn eq(&self, __arg_0: &VersionControl) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Debug for VersionControl[src]
impl Copy for VersionControl[src]
impl Clone for VersionControl[src]
fn clone(&self) -> VersionControl
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more