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

pub struct TomlOutputConfig {
    pub html: Option<TomlHtmlConfig>,
}

Fields

Trait Implementations

impl Debug for TomlOutputConfig
[src]

Formats the value using the given formatter.

impl Clone for TomlOutputConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TomlOutputConfig
[src]

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

This method tests for !=.

impl Eq for TomlOutputConfig
[src]