Enum rcmark::ListType [] [src]

pub enum ListType {
    NoList,
    Bullet,
    Ordered,
}

The type of CommonMark list.

Variants

Trait Implementations

impl PartialEq for ListType
[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 ListType
[src]

impl Clone for ListType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ListType
[src]

impl Debug for ListType
[src]

Formats the value using the given formatter.