Struct cdp::overlay::GetHighlightObjectForTestResponse [] [src]

pub struct GetHighlightObjectForTestResponse {
    pub highlight: Empty,
}

[Experimental] For testing.

Command Overlay.getHighlightObjectForTest

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

Fields

Highlight data for the node.

Trait Implementations

impl Clone for GetHighlightObjectForTestResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetHighlightObjectForTestResponse
[src]

[src]

Formats the value using the given formatter.

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

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

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