Enum mediawiki_parser::ListItemKind[][src]

pub enum ListItemKind {
    Unordered,
    Definition,
    DefinitionTerm,
    Ordered,
}

Types of markup a section of text may have.

Variants

Trait Implementations

impl Debug for ListItemKind
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ListItemKind
[src]

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

This method tests for !=.

impl Clone for ListItemKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ListItemKind
[src]

Auto Trait Implementations