pub struct GetNodesForSubtreeByStyleBuilder { /* private fields */ }Implementations§
Source§impl GetNodesForSubtreeByStyleBuilder
impl GetNodesForSubtreeByStyleBuilder
pub fn node_id(self, node_id: impl Into<NodeId>) -> Self
pub fn computed_style( self, computed_style: impl Into<CssComputedStyleProperty>, ) -> Self
pub fn computed_styles<I, S>(self, computed_styles: I) -> Self
pub fn pierce(self, pierce: impl Into<bool>) -> Self
pub fn build(self) -> Result<GetNodesForSubtreeByStyle, String>
Trait Implementations§
Source§impl Clone for GetNodesForSubtreeByStyleBuilder
impl Clone for GetNodesForSubtreeByStyleBuilder
Source§fn clone(&self) -> GetNodesForSubtreeByStyleBuilder
fn clone(&self) -> GetNodesForSubtreeByStyleBuilder
Returns a duplicate 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 GetNodesForSubtreeByStyleBuilder
impl Default for GetNodesForSubtreeByStyleBuilder
Source§fn default() -> GetNodesForSubtreeByStyleBuilder
fn default() -> GetNodesForSubtreeByStyleBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetNodesForSubtreeByStyleBuilder
impl RefUnwindSafe for GetNodesForSubtreeByStyleBuilder
impl Send for GetNodesForSubtreeByStyleBuilder
impl Sync for GetNodesForSubtreeByStyleBuilder
impl Unpin for GetNodesForSubtreeByStyleBuilder
impl UnsafeUnpin for GetNodesForSubtreeByStyleBuilder
impl UnwindSafe for GetNodesForSubtreeByStyleBuilder
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