Struct css::domain::atRules::import::ImportAtRule [] [src]

pub struct ImportAtRule {
    pub url: SpecifiedUrl,
    pub media_list: MediaList,
}

The @import at-rule.

Fields

The <url> this @import rule is loading.

Trait Implementations

impl Debug for ImportAtRule
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImportAtRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ToCss for ImportAtRule
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more