Struct rphtml::config::RenderOptions[][src]

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

impl Debug for RenderOptions[src]

impl Default for RenderOptions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.