Struct cdp::runtime::ExceptionThrownEvent [] [src]

pub struct ExceptionThrownEvent<'a> {
    pub timestamp: Timestamp,
    pub exception_details: ExceptionDetails<'a>,
}

Issued when exception was thrown and unhandled.

Event Runtime.exceptionThrown

Domain Module: cdp::runtime
Event Struct: cdp::runtime::ExceptionThrownEvent

Fields

Timestamp of the exception.

Trait Implementations

impl<'a> Clone for ExceptionThrownEvent<'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 ExceptionThrownEvent<'a>
[src]

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]