Struct cdp::debugger::SetPauseOnExceptionsCommand [] [src]

pub struct SetPauseOnExceptionsCommand {
    pub state: SetPauseOnExceptionsCommandState,
}

Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none.

Command Debugger.setPauseOnExceptions

Domain Module: cdp::debugger
Command Struct: cdp::debugger::SetPauseOnExceptionsCommand
Response Struct: cdp::debugger::SetPauseOnExceptionsResponse

Fields

Pause on exceptions mode.

Trait Implementations

impl Clone for SetPauseOnExceptionsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetPauseOnExceptionsCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for SetPauseOnExceptionsCommand
[src]

[src]

[src]

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

[src]

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