Struct mdbook::book::bookconfig::BookConfig [] [src]

pub struct BookConfig {
    pub dest: PathBuf,
    pub src: PathBuf,
    pub theme_path: PathBuf,
    pub title: String,
    pub author: String,
    pub description: String,
    pub indent_spaces: i32,
    // some fields omitted
}

Fields

Methods

impl BookConfig
[src]

Parses the string to JSON and converts it to BTreeMap<String, toml::Value>.

Trait Implementations

impl Debug for BookConfig
[src]

Formats the value using the given formatter.

impl Clone for BookConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more