Struct headless_chrome::protocol::cdp::CSS::InheritedStyleEntry
source · pub struct InheritedStyleEntry {
pub inline_style: Option<CSSStyle>,
pub matched_css_rules: Vec<RuleMatch>,
}
Fields§
§inline_style: Option<CSSStyle>
§matched_css_rules: Vec<RuleMatch>
Trait Implementations§
source§impl Clone for InheritedStyleEntry
impl Clone for InheritedStyleEntry
source§fn clone(&self) -> InheritedStyleEntry
fn clone(&self) -> InheritedStyleEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InheritedStyleEntry
impl Debug for InheritedStyleEntry
source§impl<'de> Deserialize<'de> for InheritedStyleEntry
impl<'de> Deserialize<'de> for InheritedStyleEntry
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more