Struct css::domain::selectors::DeduplicatedSelectors [] [src]

pub struct DeduplicatedSelectors(pub OrderMap<String, Selector<OurSelectorImpl>>);

Trait Implementations

impl Debug for DeduplicatedSelectors
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeduplicatedSelectors
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DeduplicatedSelectors
[src]

impl PartialEq for DeduplicatedSelectors
[src]

[src]

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

[src]

This method tests for !=.

impl ToCss for DeduplicatedSelectors
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

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