Enum mdbook::book::bookitem::BookItem
[−]
[src]
pub enum BookItem {
Chapter(String, Chapter),
Affix(Chapter),
Spacer,
}Variants
Chapter(String, Chapter)Affix(Chapter)SpacerTrait Implementations
impl Debug for BookItem[src]
impl Clone for BookItem[src]
fn clone(&self) -> BookItem
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