Struct project_init::types::ProjectConfig [] [src]

pub struct ProjectConfig {
    pub version_control: Option<String>,
    pub version: Option<String>,
}

Struct for project-specific configuration options

Fields

Trait Implementations

impl Debug for ProjectConfig
[src]

Formats the value using the given formatter.

impl Clone for ProjectConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more