pub struct GetMatchedStylesForNodeReturns {Show 14 fields
pub inline_style: Option<CssStyle>,
pub attributes_style: Option<CssStyle>,
pub matched_css_rules: Option<Vec<RuleMatch>>,
pub pseudo_elements: Option<Vec<PseudoElementMatches>>,
pub inherited: Option<Vec<InheritedStyleEntry>>,
pub inherited_pseudo_elements: Option<Vec<InheritedPseudoElementMatches>>,
pub css_keyframes_rules: Option<Vec<CssKeyframesRule>>,
pub css_position_try_rules: Option<Vec<CssPositionTryRule>>,
pub active_position_fallback_index: Option<i64>,
pub css_property_rules: Option<Vec<CssPropertyRule>>,
pub css_property_registrations: Option<Vec<CssPropertyRegistration>>,
pub css_font_palette_values_rule: Option<CssFontPaletteValuesRule>,
pub parent_layout_node_id: Option<NodeId>,
pub css_function_rules: Option<Vec<CssFunctionRule>>,
}Expand description
Returns requested styles for a DOM node identified by nodeId.
getMatchedStylesForNode
Fields§
§inline_style: Option<CssStyle>Inline style for the specified DOM node.
attributes_style: Option<CssStyle>Attribute-defined element style (e.g. resulting from “width=20 height=100%”).
matched_css_rules: Option<Vec<RuleMatch>>CSS rules matching this node, from all applicable stylesheets.
pseudo_elements: Option<Vec<PseudoElementMatches>>Pseudo style matches for this node.
inherited: Option<Vec<InheritedStyleEntry>>A chain of inherited styles (from the immediate node parent up to the DOM tree root).
inherited_pseudo_elements: Option<Vec<InheritedPseudoElementMatches>>A chain of inherited pseudo element styles (from the immediate node parent up to the DOM tree root).
css_keyframes_rules: Option<Vec<CssKeyframesRule>>A list of CSS keyframed animations matching this node.
css_position_try_rules: Option<Vec<CssPositionTryRule>>A list of CSS @position-try rules matching this node, based on the position-try-fallbacks property.
active_position_fallback_index: Option<i64>Index of the active fallback in the applied position-try-fallback property, will not be set if there is no active position-try fallback.
css_property_rules: Option<Vec<CssPropertyRule>>A list of CSS at-property rules matching this node.
css_property_registrations: Option<Vec<CssPropertyRegistration>>A list of CSS property registrations matching this node.
css_font_palette_values_rule: Option<CssFontPaletteValuesRule>A font-palette-values rule matching this node.
parent_layout_node_id: Option<NodeId>Id of the first parent element that does not have display: contents.
css_function_rules: Option<Vec<CssFunctionRule>>A list of CSS at-function rules referenced by styles of this node.
Implementations§
Trait Implementations§
Source§impl Clone for GetMatchedStylesForNodeReturns
impl Clone for GetMatchedStylesForNodeReturns
Source§fn clone(&self) -> GetMatchedStylesForNodeReturns
fn clone(&self) -> GetMatchedStylesForNodeReturns
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Default for GetMatchedStylesForNodeReturns
impl Default for GetMatchedStylesForNodeReturns
Source§fn default() -> GetMatchedStylesForNodeReturns
fn default() -> GetMatchedStylesForNodeReturns
Source§impl<'de> Deserialize<'de> for GetMatchedStylesForNodeReturns
impl<'de> Deserialize<'de> for GetMatchedStylesForNodeReturns
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetMatchedStylesForNodeReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetMatchedStylesForNodeReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl Serialize for GetMatchedStylesForNodeReturns
impl Serialize for GetMatchedStylesForNodeReturns
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
impl StructuralPartialEq for GetMatchedStylesForNodeReturns
Auto Trait Implementations§
impl Freeze for GetMatchedStylesForNodeReturns
impl RefUnwindSafe for GetMatchedStylesForNodeReturns
impl Send for GetMatchedStylesForNodeReturns
impl Sync for GetMatchedStylesForNodeReturns
impl Unpin for GetMatchedStylesForNodeReturns
impl UnwindSafe for GetMatchedStylesForNodeReturns
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
clone_to_uninit)