Struct style::servo::selector_parser::SelectorImpl [] [src]

pub struct SelectorImpl;

The abstract struct we implement the selector parser implementation on top of.

Methods

impl SelectorImpl
[src]

[src]

A helper to traverse each eagerly cascaded pseudo-element, executing fun on it.

Trait Implementations

impl Clone for SelectorImpl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SelectorImpl
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SelectorImpl
[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 !=.

impl MallocSizeOf for SelectorImpl
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more

impl SelectorImpl for SelectorImpl
[src]

pseudo-elements

non tree-structural pseudo-classes (see: https://drafts.csswg.org/selectors/#structural-pseudos) Read more

[src]

Returns whether the given pseudo class is :active or :hover.