pub struct GetMatchedStylesForNode {
pub node_id: NodeId,
}Fields§
§node_id: NodeIdTrait Implementations§
Source§impl Clone for GetMatchedStylesForNode
impl Clone for GetMatchedStylesForNode
Source§fn clone(&self) -> GetMatchedStylesForNode
fn clone(&self) -> GetMatchedStylesForNode
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 GetMatchedStylesForNode
impl Debug for GetMatchedStylesForNode
Source§impl<'de> Deserialize<'de> for GetMatchedStylesForNode
impl<'de> Deserialize<'de> for GetMatchedStylesForNode
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 Method for GetMatchedStylesForNode
impl Method for GetMatchedStylesForNode
const NAME: &'static str = "CSS.getMatchedStylesForNode"
type ReturnObject = GetMatchedStylesForNodeReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for GetMatchedStylesForNode
impl PartialEq for GetMatchedStylesForNode
Source§impl Serialize for GetMatchedStylesForNode
impl Serialize for GetMatchedStylesForNode
impl StructuralPartialEq for GetMatchedStylesForNode
Auto Trait Implementations§
impl Freeze for GetMatchedStylesForNode
impl RefUnwindSafe for GetMatchedStylesForNode
impl Send for GetMatchedStylesForNode
impl Sync for GetMatchedStylesForNode
impl Unpin for GetMatchedStylesForNode
impl UnwindSafe for GetMatchedStylesForNode
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