pub struct GetMatchedStylesForNodeReturnsBuilder { /* private fields */ }Implementations§
source§impl GetMatchedStylesForNodeReturnsBuilder
impl GetMatchedStylesForNodeReturnsBuilder
pub fn inline_style( self, inline_style: impl Into<CssStyle> ) -> GetMatchedStylesForNodeReturnsBuilder
pub fn attributes_style( self, attributes_style: impl Into<CssStyle> ) -> GetMatchedStylesForNodeReturnsBuilder
pub fn matched_css_rule( self, matched_css_rule: impl Into<RuleMatch> ) -> GetMatchedStylesForNodeReturnsBuilder
pub fn matched_css_rules<I, S>( self, matched_css_rules: I ) -> GetMatchedStylesForNodeReturnsBuilderwhere I: IntoIterator<Item = S>, S: Into<RuleMatch>,
pub fn pseudo_element( self, pseudo_element: impl Into<PseudoElementMatches> ) -> GetMatchedStylesForNodeReturnsBuilder
pub fn pseudo_elements<I, S>( self, pseudo_elements: I ) -> GetMatchedStylesForNodeReturnsBuilderwhere I: IntoIterator<Item = S>, S: Into<PseudoElementMatches>,
pub fn inherited( self, inherited: impl Into<InheritedStyleEntry> ) -> GetMatchedStylesForNodeReturnsBuilder
pub fn inheriteds<I, S>( self, inheriteds: I ) -> GetMatchedStylesForNodeReturnsBuilderwhere I: IntoIterator<Item = S>, S: Into<InheritedStyleEntry>,
pub fn inherited_pseudo_element( self, inherited_pseudo_element: impl Into<InheritedPseudoElementMatches> ) -> GetMatchedStylesForNodeReturnsBuilder
pub fn inherited_pseudo_elements<I, S>( self, inherited_pseudo_elements: I ) -> GetMatchedStylesForNodeReturnsBuilderwhere I: IntoIterator<Item = S>, S: Into<InheritedPseudoElementMatches>,
pub fn css_keyframes_rule( self, css_keyframes_rule: impl Into<CssKeyframesRule> ) -> GetMatchedStylesForNodeReturnsBuilder
pub fn css_keyframes_rules<I, S>( self, css_keyframes_rules: I ) -> GetMatchedStylesForNodeReturnsBuilderwhere I: IntoIterator<Item = S>, S: Into<CssKeyframesRule>,
pub fn parent_layout_node_id( self, parent_layout_node_id: impl Into<NodeId> ) -> GetMatchedStylesForNodeReturnsBuilder
pub fn build(self) -> GetMatchedStylesForNodeReturns
Trait Implementations§
source§impl Clone for GetMatchedStylesForNodeReturnsBuilder
impl Clone for GetMatchedStylesForNodeReturnsBuilder
source§fn clone(&self) -> GetMatchedStylesForNodeReturnsBuilder
fn clone(&self) -> GetMatchedStylesForNodeReturnsBuilder
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 Default for GetMatchedStylesForNodeReturnsBuilder
impl Default for GetMatchedStylesForNodeReturnsBuilder
source§fn default() -> GetMatchedStylesForNodeReturnsBuilder
fn default() -> GetMatchedStylesForNodeReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetMatchedStylesForNodeReturnsBuilder
impl Send for GetMatchedStylesForNodeReturnsBuilder
impl Sync for GetMatchedStylesForNodeReturnsBuilder
impl Unpin for GetMatchedStylesForNodeReturnsBuilder
impl UnwindSafe for GetMatchedStylesForNodeReturnsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more