pub struct GetMatchedStylesForNodeParams {
pub node_id: NodeId,
}Expand description
Returns requested styles for a DOM node identified by nodeId.
getMatchedStylesForNode
Fields§
§node_id: NodeIdImplementations§
Trait Implementations§
Source§impl Clone for GetMatchedStylesForNodeParams
impl Clone for GetMatchedStylesForNodeParams
Source§fn clone(&self) -> GetMatchedStylesForNodeParams
fn clone(&self) -> GetMatchedStylesForNodeParams
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<'de> Deserialize<'de> for GetMatchedStylesForNodeParams
impl<'de> Deserialize<'de> for GetMatchedStylesForNodeParams
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
Source§impl PartialEq for GetMatchedStylesForNodeParams
impl PartialEq for GetMatchedStylesForNodeParams
Source§fn eq(&self, other: &GetMatchedStylesForNodeParams) -> bool
fn eq(&self, other: &GetMatchedStylesForNodeParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetMatchedStylesForNodeParams
Auto Trait Implementations§
impl Freeze for GetMatchedStylesForNodeParams
impl RefUnwindSafe for GetMatchedStylesForNodeParams
impl Send for GetMatchedStylesForNodeParams
impl Sync for GetMatchedStylesForNodeParams
impl Unpin for GetMatchedStylesForNodeParams
impl UnsafeUnpin for GetMatchedStylesForNodeParams
impl UnwindSafe for GetMatchedStylesForNodeParams
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