Struct project_init::types::UserConfig[][src]

pub struct UserConfig {
    pub toml: Value,
}

Struct for custom user keys

Fields

Trait Implementations

impl Debug for UserConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for UserConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UserConfig

impl Sync for UserConfig