pub struct RenderOptions {
    pub minify_spaces: bool,
    pub lowercase_tagname: bool,
    pub remove_endtag_space: bool,
    pub remove_attr_quote: bool,
    pub remove_comment: bool,
    pub always_close_void: bool,
    pub inner_html: bool,
    pub decode_entity: bool,
    pub encode_content: bool,
}

Fields

minify_spaces: boollowercase_tagname: boolremove_endtag_space: boolremove_attr_quote: boolremove_comment: boolalways_close_void: boolinner_html: booldecode_entity: boolencode_content: bool

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.