Struct sit_core::cfg::Author [] [src]

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

Fields

Methods

impl Author
[src]

Trait Implementations

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

impl Display for Author
[src]

[src]

Formats the value using the given formatter. Read more