Struct cdp::css::RuleMatch
[−]
[src]
pub struct RuleMatch<'a> { pub rule: CssRule<'a>, pub matching_selectors: Vec<i32>, }
[Experimental] Match data for a CSS rule.
Fields
rule: CssRule<'a>
CSS rule in the match.
matching_selectors: Vec<i32>
Matching selector indices in the rule's selectorList selectors (0-based).
Trait Implementations
impl<'a> Clone for RuleMatch<'a>
[src]
fn clone(&self) -> RuleMatch<'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