Enum pulldown_cmark::parse::State [−][src]
enum State {
StartBlock,
InContainers,
Inline,
TableHead(usize, usize),
TableBody,
TableRow,
CodeLineStart,
Code,
InlineCode,
Literal,
}Variants
StartBlockInContainersInlineTableHead(usize, usize)TableBodyTableRowCodeLineStartCodeInlineCodeLiteral
Trait Implementations
impl PartialEq for State[src]
impl PartialEq for Statefn eq(&self, other: &State) -> bool[src]
fn eq(&self, other: &State) -> boolThis 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) -> boolThis method tests for !=.
impl Debug for State[src]
impl Debug for State