Struct cdp::runtime::ExceptionRevokedEvent [] [src]

pub struct ExceptionRevokedEvent<'a> {
    pub reason: Cow<'a, str>,
    pub exception_id: i32,
}

Issued when unhandled exception was revoked.

Event Runtime.exceptionRevoked

Domain Module: cdp::runtime
Event Struct: cdp::runtime::ExceptionRevokedEvent

Fields

Reason describing why exception was revoked.

The id of revoked exception, as reported in exceptionUnhandled.

Trait Implementations

impl<'a> Clone for ExceptionRevokedEvent<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for ExceptionRevokedEvent<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for ExceptionRevokedEvent<'a>
[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<'a> CdpEvent for ExceptionRevokedEvent<'a>
[src]

EVENT_NAME: &'static str = "Runtime.exceptionRevoked"

impl<'a> SerializeCdpEvent for ExceptionRevokedEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for ExceptionRevokedEvent<'a>
[src]

[src]