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

CSS rule in the match.

Matching selector indices in the rule's selectorList selectors (0-based).

Trait Implementations

impl<'a> Clone for RuleMatch<'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 RuleMatch<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for RuleMatch<'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 !=.