pub struct QuerySelectorReturns {
pub nodeId: NodeId,
}Expand description
Executes ‘querySelector’ on a given node.
Fields§
§nodeId: NodeIdQuery selector result.
Trait Implementations§
Source§impl Clone for QuerySelectorReturns
impl Clone for QuerySelectorReturns
Source§fn clone(&self) -> QuerySelectorReturns
fn clone(&self) -> QuerySelectorReturns
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 Debug for QuerySelectorReturns
impl Debug for QuerySelectorReturns
Source§impl Default for QuerySelectorReturns
impl Default for QuerySelectorReturns
Source§fn default() -> QuerySelectorReturns
fn default() -> QuerySelectorReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QuerySelectorReturns
impl<'de> Deserialize<'de> for QuerySelectorReturns
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 QuerySelectorReturns
impl RefUnwindSafe for QuerySelectorReturns
impl Send for QuerySelectorReturns
impl Sync for QuerySelectorReturns
impl Unpin for QuerySelectorReturns
impl UnsafeUnpin for QuerySelectorReturns
impl UnwindSafe for QuerySelectorReturns
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