Struct cdp::css::PseudoElementMatches
[−]
[src]
pub struct PseudoElementMatches<'a> { pub pseudo_type: PseudoType, pub matches: Vec<RuleMatch<'a>>, }
[Experimental] CSS rule collection for a single pseudo style.
Fields
pseudo_type: PseudoType
Pseudo element type.
matches: Vec<RuleMatch<'a>>
Matches of CSS rules applicable to the pseudo style.
Trait Implementations
impl<'a> Clone for PseudoElementMatches<'a>
[src]
fn clone(&self) -> PseudoElementMatches<'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 PseudoElementMatches<'a>
[src]
impl<'a> PartialEq for PseudoElementMatches<'a>
[src]
fn eq(&self, __arg_0: &PseudoElementMatches<'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: &PseudoElementMatches<'a>) -> bool
[src]
This method tests for !=
.