Struct cdp::css::SelectorList [] [src]

pub struct SelectorList<'a> {
    pub selectors: Vec<Value<'a>>,
    pub text: Cow<'a, str>,
}

[Experimental] Selector list data.

Fields

Selectors in the list.

Rule selector text.

Trait Implementations

impl<'a> Clone for SelectorList<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for SelectorList<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SelectorList<'a>
[src]

[src]

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

[src]

This method tests for !=.