Struct mdbook::book::bookitem::Chapter [] [src]

pub struct Chapter {
    pub name: String,
    pub path: PathBuf,
    pub sub_items: Vec<BookItem>,
}

Fields

Methods

impl Chapter
[src]

Trait Implementations

impl Debug for Chapter
[src]

Formats the value using the given formatter.

impl Clone for Chapter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for Chapter
[src]

Serialize this value into the given Serde serializer. Read more