Struct cdp::overlay::GetHighlightObjectForTestCommand [] [src]

pub struct GetHighlightObjectForTestCommand {
    pub node_id: NodeId,
}

[Experimental] For testing.

Command Overlay.getHighlightObjectForTest

Domain Module: cdp::overlay
Command Struct: cdp::overlay::GetHighlightObjectForTestCommand
Response Struct: cdp::overlay::GetHighlightObjectForTestResponse

Fields

Id of the node to get highlight object for.

Trait Implementations

impl Clone for GetHighlightObjectForTestCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetHighlightObjectForTestCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Overlay.getHighlightObjectForTest"

impl SerializeCdpCommand for GetHighlightObjectForTestCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for GetHighlightObjectForTestCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for GetHighlightObjectForTestCommand
[src]