Enum pulldown_cmark::parse::State[][src]

enum State {
    StartBlock,
    InContainers,
    Inline,
    TableHead(usizeusize),
    TableBody,
    TableRow,
    CodeLineStart,
    Code,
    InlineCode,
    Literal,
}

Variants

Trait Implementations

impl PartialEq for State
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for State
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for State

impl Sync for State