Enum pulldown_cmark::parse::Container [−][src]
Variants
BlockQuoteList(usize, u8)ListItem(usize)FootnoteDefinition
Trait Implementations
impl Copy for Container[src]
impl Copy for Containerimpl Clone for Container[src]
impl Clone for Containerfn clone(&self) -> Container[src]
fn clone(&self) -> ContainerReturns 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 Containerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Container[src]
impl PartialEq for Container