Struct helianto::Settings [] [src]

pub struct Settings {
    pub source_dir: PathBuf,
    pub output_dir: PathBuf,
    pub layouts_dir: PathBuf,
    pub max_depth: usize,
    pub follow_links: bool,
    pub site_title: String,
    pub site_url: String,
    pub site_language: Option<String>,
}

Fields

Methods

impl Settings
[src]

Trait Implementations

impl Clone for Settings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Settings
[src]

Formats the value using the given formatter.

impl Default for Settings
[src]

Returns the "default value" for a type. Read more