Struct headless_chrome::protocol::cdp::CSS::GetInlineStylesForNode
source · pub struct GetInlineStylesForNode {
pub node_id: NodeId,
}Fields§
§node_id: NodeIdTrait Implementations§
source§impl Clone for GetInlineStylesForNode
impl Clone for GetInlineStylesForNode
source§fn clone(&self) -> GetInlineStylesForNode
fn clone(&self) -> GetInlineStylesForNode
Returns a copy 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 GetInlineStylesForNode
impl Debug for GetInlineStylesForNode
source§impl<'de> Deserialize<'de> for GetInlineStylesForNode
impl<'de> Deserialize<'de> for GetInlineStylesForNode
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 GetInlineStylesForNode
impl Method for GetInlineStylesForNode
const NAME: &'static str = "CSS.getInlineStylesForNode"
type ReturnObject = GetInlineStylesForNodeReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where Self: Sized,
source§impl PartialEq<GetInlineStylesForNode> for GetInlineStylesForNode
impl PartialEq<GetInlineStylesForNode> for GetInlineStylesForNode
source§fn eq(&self, other: &GetInlineStylesForNode) -> bool
fn eq(&self, other: &GetInlineStylesForNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.