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 element type.

Matches of CSS rules applicable to the pseudo style.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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