Struct cdp::overlay::SetSuspendedCommand [] [src]

pub struct SetSuspendedCommand {
    pub suspended: bool,
}

[Experimental]

Command Overlay.setSuspended

Domain Module: cdp::overlay
Command Struct: cdp::overlay::SetSuspendedCommand
Response Struct: cdp::overlay::SetSuspendedResponse

Fields

Whether overlay should be suspended and not consume any resources until resumed.

Trait Implementations

impl Clone for SetSuspendedCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetSuspendedCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for SetSuspendedCommand
[src]

[src]

[src]

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

[src]

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