Enum textile::parser::ItalicTagType [] [src]

pub enum ItalicTagType {
    Emphasis,
    Italic,
}

Tag type for italic text.

Variants

Converts into HTML <em> tag.

Converts into HTML <i> tag.

Trait Implementations

impl Debug for ItalicTagType
[src]

Formats the value using the given formatter.

impl PartialEq for ItalicTagType
[src]

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

This method tests for !=.