Struct project_init::types::Config [] [src]

pub struct Config {
    pub version_control: Option<String>,
    pub author: Option<Author>,
    pub license: Option<String>,
    pub user: Option<UserConfig>,
}

Struct for the global configuration at $HOME/.pi.toml

Fields

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more