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: Empty
Highlight data for the node.
Trait Implementations
impl Clone for GetHighlightObjectForTestResponse
[src]
fn clone(&self) -> GetHighlightObjectForTestResponse
[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 GetHighlightObjectForTestResponse
[src]
impl PartialEq for GetHighlightObjectForTestResponse
[src]
fn eq(&self, __arg_0: &GetHighlightObjectForTestResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetHighlightObjectForTestResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for GetHighlightObjectForTestResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Overlay.getHighlightObjectForTest"