Struct cdp::overlay::SetShowScrollBottleneckRectsCommand [] [src]

pub struct SetShowScrollBottleneckRectsCommand {
    pub show: bool,
}

[Experimental] Requests that backend shows scroll bottleneck rects

Command Overlay.setShowScrollBottleneckRects

Domain Module: cdp::overlay
Command Struct: cdp::overlay::SetShowScrollBottleneckRectsCommand
Response Struct: cdp::overlay::SetShowScrollBottleneckRectsResponse

Fields

True for showing scroll bottleneck rects

Trait Implementations

impl Clone for SetShowScrollBottleneckRectsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetShowScrollBottleneckRectsCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for SetShowScrollBottleneckRectsCommand
[src]

[src]

[src]

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

[src]

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