Enum pulldown_cmark::parse::State [−][src]
enum State { StartBlock, InContainers, Inline, TableHead(usize, usize), TableBody, TableRow, CodeLineStart, Code, InlineCode, Literal, }
Variants
StartBlock
InContainers
Inline
TableHead(usize, usize)
TableBody
TableRow
CodeLineStart
Code
InlineCode
Literal
Trait Implementations
impl PartialEq for State
[src]
impl PartialEq for State
fn eq(&self, other: &State) -> bool
[src]
fn eq(&self, other: &State) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &State) -> bool
[src]
fn ne(&self, other: &State) -> bool
This method tests for !=
.
impl Debug for State
[src]
impl Debug for State