Struct css::domain::atRules::supports::SupportsAtRule [] [src]

pub struct SupportsAtRule {
    pub condition: SupportsCondition,
    pub rules: CssRules,
}

An @supports rule.

Fields

The parsed condition

Child rules

Trait Implementations

impl Debug for SupportsAtRule
[src]

[src]

Formats the value using the given formatter.

impl Clone for SupportsAtRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl HasCssRules for SupportsAtRule
[src]

[src]

[src]

[src]

[src]

[src]

impl ToCss for SupportsAtRule
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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