Enum cargo::ops::VersionControl [] [src]

pub enum VersionControl {
    Git,
    Hg,
    NoVcs,
}

Variants

Git
Hg
NoVcs

Trait Implementations

impl Decodable for VersionControl

fn decode<D: Decoder>(d: &mut D) -> Result<VersionControl, D::Error>

Derived Implementations

impl PartialEq for VersionControl

fn eq(&self, __arg_0: &VersionControl) -> bool

fn ne(&self, __arg_0: &VersionControl) -> bool

impl Debug for VersionControl

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for VersionControl

impl Clone for VersionControl

fn clone(&self) -> VersionControl

1.0.0fn clone_from(&mut self, source: &Self)