Struct cdp::dom::GetNodeForLocationResponse
[−]
[src]
pub struct GetNodeForLocationResponse { pub node_id: NodeId, }
[Experimental] Returns node id at given location.
Command DOM.getNodeForLocation
Domain Module: cdp::dom
Command Struct: cdp::dom::GetNodeForLocationCommand
Response Struct: cdp::dom::GetNodeForLocationResponse
Fields
node_id: NodeId
Id of the node at given coordinates.
Trait Implementations
impl Clone for GetNodeForLocationResponse
[src]
fn clone(&self) -> GetNodeForLocationResponse
[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 GetNodeForLocationResponse
[src]
impl PartialEq for GetNodeForLocationResponse
[src]
fn eq(&self, __arg_0: &GetNodeForLocationResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetNodeForLocationResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for GetNodeForLocationResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "DOM.getNodeForLocation"