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
inline_style: Option<CssStyle<'a>>
The ancestor node's inline style, if any, in the style inheritance chain.
matched_css_rules: Vec<RuleMatch<'a>>
Matches of CSS rules matching the ancestor node in the style inheritance chain.
Trait Implementations
impl<'a> Clone for InheritedStyleEntry<'a>[src]
fn clone(&self) -> InheritedStyleEntry<'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 InheritedStyleEntry<'a>[src]
impl<'a> PartialEq for InheritedStyleEntry<'a>[src]
fn eq(&self, __arg_0: &InheritedStyleEntry<'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: &InheritedStyleEntry<'a>) -> bool[src]
This method tests for !=.