Struct project_init::types::Directory [] [src]

pub struct Directory {
    pub files: Option<Vec<String>>,
    pub directories: Option<Vec<String>>,
    pub templates: Option<Vec<String>>,
    pub scripts: Option<Vec<String>>,
}

Struct for directories, files, templates, and scripts to be created.

Fields

Trait Implementations

impl Debug for Directory
[src]

Formats the value using the given formatter.

impl Clone for Directory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more