Struct cdp::overlay::SetShowPaintRectsCommand [] [src]

pub struct SetShowPaintRectsCommand {
    pub result: bool,
}

[Experimental] Requests that backend shows paint rectangles

Command Overlay.setShowPaintRects

Domain Module: cdp::overlay
Command Struct: cdp::overlay::SetShowPaintRectsCommand
Response Struct: cdp::overlay::SetShowPaintRectsResponse

Fields

True for showing paint rectangles

Trait Implementations

impl Clone for SetShowPaintRectsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetShowPaintRectsCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for SetShowPaintRectsCommand
[src]

[src]

[src]

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

[src]

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