Struct eyeliner::SettingsRequired [] [src]

pub struct SettingsRequired<'a> {
    pub width_elements: Vec<&'a str>,
    pub height_elements: Vec<&'a str>,
    pub style_to_attribute: HashMap<&'a str, &'a str>,
    pub table_elements: Vec<&'a str>,
    pub non_visual_elements: Vec<&'a str>,
    pub excluded_properties: Vec<&'a str>,
}

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

Fields

Methods

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

[src]

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

Trait Implementations

impl<'a> Clone for Settings<'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 Settings<'a>
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

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