Struct eyeliner::Rules [] [src]

pub struct Rules {
    pub style: Vec<(String, PropertyDeclarationBlock)>,
    pub media: Vec<String>,
    pub font_face: Vec<String>,
}

Data collected from the CSS stylesheet.

Fields

Style rules.

@media rules.

@font-face rules.

Methods

impl Rules
[src]

[src]

Trait Implementations

impl Clone for Rules
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Rules
[src]

[src]

Formats the value using the given formatter. Read more