Struct cdp::dom::PushNodeByPathToFrontendResponse [] [src]

pub struct PushNodeByPathToFrontendResponse {
    pub node_id: NodeId,
}

[Experimental] Requests that the node is sent to the caller given its path. // FIXME, use XPath

Command DOM.pushNodeByPathToFrontend

Domain Module: cdp::dom
Command Struct: cdp::dom::PushNodeByPathToFrontendCommand
Response Struct: cdp::dom::PushNodeByPathToFrontendResponse

Fields

Id of the node for given path.

Trait Implementations

impl Clone for PushNodeByPathToFrontendResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PushNodeByPathToFrontendResponse
[src]

[src]

Formats the value using the given formatter.

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

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

impl<'a> HasCdpCommand<'a> for PushNodeByPathToFrontendResponse
[src]