Enum textile::parser::BoldTagType [] [src]

pub enum BoldTagType {
    Bold,
    Strong,
}

Tag type for bold text.

Variants

Converts into HTML <b> tag.

Converts into HTML <strong> tag.

Trait Implementations

impl Debug for BoldTagType
[src]

Formats the value using the given formatter.

impl PartialEq for BoldTagType
[src]

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

This method tests for !=.