pub struct GetNodesForSubtreeByStyleParamsBuilder { /* private fields */ }Implementations§
source§impl GetNodesForSubtreeByStyleParamsBuilder
impl GetNodesForSubtreeByStyleParamsBuilder
pub fn node_id( self, node_id: impl Into<NodeId> ) -> GetNodesForSubtreeByStyleParamsBuilder
pub fn computed_style( self, computed_style: impl Into<CssComputedStyleProperty> ) -> GetNodesForSubtreeByStyleParamsBuilder
pub fn computed_styles<I, S>( self, computed_styles: I ) -> GetNodesForSubtreeByStyleParamsBuilderwhere I: IntoIterator<Item = S>, S: Into<CssComputedStyleProperty>,
pub fn pierce( self, pierce: impl Into<bool> ) -> GetNodesForSubtreeByStyleParamsBuilder
pub fn build(self) -> Result<GetNodesForSubtreeByStyleParams, String>
Trait Implementations§
source§impl Clone for GetNodesForSubtreeByStyleParamsBuilder
impl Clone for GetNodesForSubtreeByStyleParamsBuilder
source§fn clone(&self) -> GetNodesForSubtreeByStyleParamsBuilder
fn clone(&self) -> GetNodesForSubtreeByStyleParamsBuilder
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 GetNodesForSubtreeByStyleParamsBuilder
impl Default for GetNodesForSubtreeByStyleParamsBuilder
source§fn default() -> GetNodesForSubtreeByStyleParamsBuilder
fn default() -> GetNodesForSubtreeByStyleParamsBuilder
Returns the “default value” for a type. Read more