Struct cdp::css::InheritedStyleEntry [] [src]

pub struct InheritedStyleEntry<'a> {
    pub inline_style: Option<CssStyle<'a>>,
    pub matched_css_rules: Vec<RuleMatch<'a>>,
}

[Experimental] Inherited CSS rule collection from ancestor node.

Fields

The ancestor node's inline style, if any, in the style inheritance chain.

Matches of CSS rules matching the ancestor node in the style inheritance chain.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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