Struct reproto::config::Config [] [src]

pub struct Config {
    pub repository: Option<Repository>,
    pub repo_dir: Option<PathBuf>,
    pub cache_dir: Option<PathBuf>,
}

Fields

Specified repository.

Where to store local checkouts of repos.

Objects cache location.

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.