Enum cargo::ops::VersionControl
[−]
[src]
pub enum VersionControl { Git, Hg, NoVcs, }
Variants
Git | ||
Hg | ||
NoVcs |
pub enum VersionControl { Git, Hg, NoVcs, }
Git | ||
Hg | ||
NoVcs |
impl Decodable for VersionControl
fn decode<D: Decoder>(d: &mut D) -> Result<VersionControl, D::Error>
impl PartialEq for VersionControl
fn eq(&self, __arg_0: &VersionControl) -> bool
fn ne(&self, __arg_0: &VersionControl) -> bool
impl Debug for VersionControl
impl Copy for VersionControl
impl Clone for VersionControl
fn clone(&self) -> VersionControl
fn clone_from(&mut self, source: &Self)