Struct cdp::css::GetInlineStylesForNodeCommand [] [src]

pub struct GetInlineStylesForNodeCommand {
    pub node_id: NodeId,
}

[Experimental] Returns the styles defined inline (explicitly in the "style" attribute and implicitly, using DOM attributes) for a DOM node identified by nodeId.

Command CSS.getInlineStylesForNode

Domain Module: cdp::css
Command Struct: cdp::css::GetInlineStylesForNodeCommand
Response Struct: cdp::css::GetInlineStylesForNodeResponse

Fields

Trait Implementations

impl Clone for GetInlineStylesForNodeCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetInlineStylesForNodeCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for GetInlineStylesForNodeCommand
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpCommand for GetInlineStylesForNodeCommand
[src]

COMMAND_NAME: &'static str = "CSS.getInlineStylesForNode"

impl SerializeCdpCommand for GetInlineStylesForNodeCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for GetInlineStylesForNodeCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for GetInlineStylesForNodeCommand
[src]