Struct mdbook::book::bookitem::Chapter
[−]
[src]
pub struct Chapter { pub name: String, pub path: PathBuf, pub sub_items: Vec<BookItem>, }
Fields
name: String
path: PathBuf
sub_items: Vec<BookItem>
Methods
impl Chapter
[src]
Trait Implementations
impl Debug for Chapter
[src]
impl Clone for Chapter
[src]
fn clone(&self) -> Chapter
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more