Enum pandoc::Tld
[−]
[src]
pub enum Tld {
Chapter,
Section,
Part,
}Variants
ChapterSectionPartTrait Implementations
impl Clone for Tld[src]
fn clone(&self) -> Tld
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