Struct cdp::dom::SetInspectedNodeCommand [] [src]

pub struct SetInspectedNodeCommand {
    pub node_id: NodeId,
}

[Experimental] Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

Command DOM.setInspectedNode

Domain Module: cdp::dom
Command Struct: cdp::dom::SetInspectedNodeCommand
Response Struct: cdp::dom::SetInspectedNodeResponse

Fields

DOM node id to be accessible by means of $x command line API.

Trait Implementations

impl Clone for SetInspectedNodeCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetInspectedNodeCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetInspectedNodeCommand
[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 SetInspectedNodeCommand
[src]

COMMAND_NAME: &'static str = "DOM.setInspectedNode"

impl SerializeCdpCommand for SetInspectedNodeCommand
[src]

[src]

[src]

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

[src]

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