Enum pulldown_cmark::parse::Container [−][src]
Variants
BlockQuote
List(usize, u8)
ListItem(usize)
FootnoteDefinition
Trait Implementations
impl Copy for Container
[src]
impl Copy for Container
impl Clone for Container
[src]
impl Clone for Container
fn clone(&self) -> Container
[src]
fn clone(&self) -> Container
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Container
[src]
impl Debug for Container
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Container
[src]
impl PartialEq for Container