Struct project_init::types::Project [] [src]

pub struct Project {
    pub license: Option<String>,
    pub with_readme: Option<bool>,
    pub files: Directory,
    pub config: Option<ProjectConfig>,
    pub user: Option<UserConfig>,
}

Struct for a project

Fields

Trait Implementations

impl Debug for Project
[src]

[src]

Formats the value using the given formatter.

impl Clone for Project
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more