[][src]Struct oration::config::Author

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

Details of the blog author.

Fields

Blog author's name.

Blog author's email address.

Blog author's website.

A Sha224 hash of the blog author's details (automitically generated).

Methods

impl Author
[src]

Generates a Sha224 hash for the blog author if details are set.

Trait Implementations

impl Debug for Author
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Author

impl Sync for Author