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

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

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]

Formats the value using the given formatter. Read more

impl Clone for Author
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Author

impl Sync for Author