pub struct GetNodesForSubtreeByStyleReturns {
pub nodeIds: Vec<NodeId>,
}Expand description
Finds nodes with a given computed style in a subtree.
Fields§
§nodeIds: Vec<NodeId>Resulting nodes.
Trait Implementations§
Source§impl Clone for GetNodesForSubtreeByStyleReturns
impl Clone for GetNodesForSubtreeByStyleReturns
Source§fn clone(&self) -> GetNodesForSubtreeByStyleReturns
fn clone(&self) -> GetNodesForSubtreeByStyleReturns
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 GetNodesForSubtreeByStyleReturns
impl Default for GetNodesForSubtreeByStyleReturns
Source§fn default() -> GetNodesForSubtreeByStyleReturns
fn default() -> GetNodesForSubtreeByStyleReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetNodesForSubtreeByStyleReturns
impl<'de> Deserialize<'de> for GetNodesForSubtreeByStyleReturns
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
Auto Trait Implementations§
impl Freeze for GetNodesForSubtreeByStyleReturns
impl RefUnwindSafe for GetNodesForSubtreeByStyleReturns
impl Send for GetNodesForSubtreeByStyleReturns
impl Sync for GetNodesForSubtreeByStyleReturns
impl Unpin for GetNodesForSubtreeByStyleReturns
impl UnsafeUnpin for GetNodesForSubtreeByStyleReturns
impl UnwindSafe for GetNodesForSubtreeByStyleReturns
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