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

Id of the node at given coordinates.

Trait Implementations

impl Clone for GetNodeForLocationResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetNodeForLocationResponse
[src]

[src]

Formats the value using the given formatter.

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

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

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