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
node_id: NodeId
Id of the node for given path.
Trait Implementations
impl Clone for PushNodeByPathToFrontendResponse
[src]
fn clone(&self) -> PushNodeByPathToFrontendResponse
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for PushNodeByPathToFrontendResponse
[src]
impl PartialEq for PushNodeByPathToFrontendResponse
[src]
fn eq(&self, __arg_0: &PushNodeByPathToFrontendResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &PushNodeByPathToFrontendResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for PushNodeByPathToFrontendResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "DOM.pushNodeByPathToFrontend"