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]

Formats the value using the given formatter. Read more

impl Clone for Project
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Project

impl Sync for Project