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

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

Fields

Methods

impl BookConfig
[src]

Trait Implementations

impl Clone for BookConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BookConfig
[src]

Formats the value using the given formatter.