Enum porteurbars::git::Url [] [src]

pub enum Url {
    Local(String),
    Github(StringString),
    Remote(String),
}

Variants

Methods

impl Url
[src]

[src]

supports two types git of repository urls local repositories that start with file:// and github repositories ower/repo

Trait Implementations

impl Debug for Url
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Url
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.