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: Vec<Value<'a>>
Selectors in the list.
text: Cow<'a, str>
Rule selector text.
Trait Implementations
impl<'a> Clone for SelectorList<'a>
[src]
fn clone(&self) -> SelectorList<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for SelectorList<'a>
[src]
impl<'a> PartialEq for SelectorList<'a>
[src]
fn eq(&self, __arg_0: &SelectorList<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SelectorList<'a>) -> bool
[src]
This method tests for !=
.