Struct cdp::dom::RequestNodeCommand [] [src]

pub struct RequestNodeCommand<'a> {
    pub object_id: RemoteObjectId<'a>,
}

Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of setChildNodes notifications.

Command DOM.requestNode

Domain Module: cdp::dom
Command Struct: cdp::dom::RequestNodeCommand
Response Struct: cdp::dom::RequestNodeResponse

Fields

JavaScript object id to convert into node.

Trait Implementations

impl<'a> Clone for RequestNodeCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for RequestNodeCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for RequestNodeCommand<'a>
[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<'a> CdpCommand for RequestNodeCommand<'a>
[src]

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

impl<'a> SerializeCdpCommand for RequestNodeCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for RequestNodeCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for RequestNodeCommand<'a>
[src]