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]

Formats the value using the given formatter. Read more

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Config

impl Sync for Config