Enum rcmark::NodeType [] [src]

pub enum NodeType {
    None,
    Document,
    BlockQuote,
    List,
    Item,
    CodeBlock,
    Html,
    Paragraph,
    Header,
    Hrule,
    Text,
    SoftBreak,
    LineBreak,
    Code,
    InlineHtml,
    Emph,
    Strong,
    Link,
    Image,
}

The types of nodes that make up a CommonMark document.

Variants

Error status

Trait Implementations

impl PartialEq for NodeType
[src]

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

This method tests for !=.

impl Eq for NodeType
[src]

impl Clone for NodeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NodeType
[src]

impl Debug for NodeType
[src]

Formats the value using the given formatter.