Struct mdplayscript::renderer::HtmlRenderer[][src]

pub struct HtmlRenderer {
    pub speech_classes: HtmlClasses,
    pub character_class: &'static str,
    pub direction_class: &'static str,
    pub heading_anchor_class: &'static str,
    pub heading_id_counter: RefCell<usize>,
    pub replace_softbreak: Option<String>,
}

Fields

speech_classes: HtmlClassescharacter_class: &'static strdirection_class: &'static strheading_anchor_class: &'static strheading_id_counter: RefCell<usize>replace_softbreak: Option<String>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.