Struct mdbook::config::tomlconfig::TomlHtmlConfig [] [src]

pub struct TomlHtmlConfig {
    pub destination: Option<PathBuf>,
    pub theme: Option<PathBuf>,
    pub google_analytics: Option<String>,
    pub curly_quotes: Option<bool>,
    pub mathjax_support: Option<bool>,
    pub additional_css: Option<Vec<PathBuf>>,
    pub additional_js: Option<Vec<PathBuf>>,
    pub playpen: Option<TomlPlaypenConfig>,
}

Fields

Trait Implementations

impl Debug for TomlHtmlConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for TomlHtmlConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for TomlHtmlConfig
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for TomlHtmlConfig
[src]