Struct project_init::types::Author [] [src]

pub struct Author {
    pub name: String,
    pub email: String,
    pub github_username: Option<String>,
    pub reco_developer: Option<bool>,
}

Struct for the author. This is read from the global configuration that resides at $HOME/.pi.toml

Fields

Trait Implementations

impl Debug for Author
[src]

[src]

Formats the value using the given formatter.

impl Clone for Author
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more