Enum rhq_core::vcs::Vcs [] [src]

pub enum Vcs {
    Git,
    Hg,
    Darcs,
    Pijul,
}

Variants

Methods

impl Vcs
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Vcs
[src]

[src]

Formats the value using the given formatter.

impl Clone for Vcs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Vcs
[src]

impl FromStr for Vcs
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more