Struct cdp::debugger::SetBreakpointsActiveCommand [] [src]

pub struct SetBreakpointsActiveCommand {
    pub active: bool,
}

Activates / deactivates all breakpoints on the page.

Command Debugger.setBreakpointsActive

Domain Module: cdp::debugger
Command Struct: cdp::debugger::SetBreakpointsActiveCommand
Response Struct: cdp::debugger::SetBreakpointsActiveResponse

Fields

New value for breakpoints active state.

Trait Implementations

impl Clone for SetBreakpointsActiveCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetBreakpointsActiveCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Debugger.setBreakpointsActive"

impl SerializeCdpCommand for SetBreakpointsActiveCommand
[src]

[src]

[src]

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

[src]

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