Enum mediawiki_parser::MarkupType[][src]

pub enum MarkupType {
    NoWiki,
    Bold,
    Italic,
    Math,
    StrikeThrough,
    Underline,
    Code,
    Blockquote,
    Preformatted,
}

Types of markup a section of text may have.

Variants

Methods

impl MarkupType
[src]

Match an HTML tag name to it's markup type.

Trait Implementations

impl Debug for MarkupType
[src]

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MarkupType
[src]

Auto Trait Implementations

impl Send for MarkupType

impl Sync for MarkupType