Struct css::Stylesheet [] [src]

pub struct Stylesheet {
    pub rules: CssRules,
    pub source_map_url: Option<String>,
    pub source_url: Option<String>,
}

Fields

Methods

impl Stylesheet
[src]

[src]

[src]

Trait Implementations

impl Debug for Stylesheet
[src]

[src]

Formats the value using the given formatter.

impl Clone for Stylesheet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl HasCssRules for Stylesheet
[src]

[src]

[src]

[src]

[src]

[src]