Enum cargo_reg::config_location::ConfigLocation [] [src]

pub enum ConfigLocation {
    Global,
    Local,
    System,
}

Location of config which operate on

Variants

$CARGO_HOME/config

$PWD/.cargo/config

All the fields from global and local

Methods

impl ConfigLocation
[src]

[src]

Construct ConfigLocation based on flags given from CLI

Trait Implementations

impl Debug for ConfigLocation
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations