Struct cdp::dom::PushNodeByPathToFrontendCommand [] [src]

pub struct PushNodeByPathToFrontendCommand<'a> {
    pub path: Cow<'a, str>,
}

[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

Path to node in the proprietary format.

Trait Implementations

impl<'a> Clone for PushNodeByPathToFrontendCommand<'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 PushNodeByPathToFrontendCommand<'a>
[src]

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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