Struct eyeliner::OptionsRequired [] [src]

pub struct OptionsRequired<'a> {
    pub apply_table_element_attributes: bool,
    pub apply_height_attributes: bool,
    pub apply_style_tags: bool,
    pub apply_width_attributes: bool,
    pub insert_preserved_css: Vec<&'a str>,
    pub preserve_font_faces: bool,
    pub preserve_important: bool,
    pub preserve_media_queries: bool,
    pub remove_style_tags: bool,
}

The required options to inline HTML and CSS. Use the other Options, it is has nice defaults.

Fields

Methods

impl<'a> Options<'a>
[src]

[src]

Takes the other Options and uses any fields set on it or defaults to another value.

Trait Implementations

impl<'a> Clone for Options<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Options<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Default for Options<'a>
[src]

[src]

Returns the "default value" for a type. Read more