Enum style::stylist::RuleInclusion [] [src]

pub enum RuleInclusion {
    All,
    DefaultOnly,
}

What cascade levels to include when styling elements.

Variants

Include rules for style sheets at all cascade levels. This is the normal rule inclusion mode.

Only include rules from UA and user level sheets. Used to implement getDefaultComputedStyle.

Trait Implementations

impl Clone for RuleInclusion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RuleInclusion
[src]

impl PartialEq for RuleInclusion
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.