Struct cdp::runtime::ExecutionContextDestroyedEvent [] [src]

pub struct ExecutionContextDestroyedEvent {
    pub execution_context_id: ExecutionContextId,
}

Issued when execution context is destroyed.

Event Runtime.executionContextDestroyed

Domain Module: cdp::runtime
Event Struct: cdp::runtime::ExecutionContextDestroyedEvent

Fields

Id of the destroyed context

Trait Implementations

impl Clone for ExecutionContextDestroyedEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExecutionContextDestroyedEvent
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpEvent for ExecutionContextDestroyedEvent
[src]

[src]

[src]

impl<'de> DeserializeCdpEvent<'de> for ExecutionContextDestroyedEvent
[src]

[src]