Struct cdp::tracing::TracingCompleteEvent [] [src]

pub struct TracingCompleteEvent<'a> {
    pub stream: Option<StreamHandle<'a>>,
}

[Experimental] Signals that tracing is stopped and there is no trace buffers pending flush, all data were delivered via dataCollected events.

Event Tracing.tracingComplete

Domain Module: cdp::tracing
Event Struct: cdp::tracing::TracingCompleteEvent

Fields

A handle of the stream that holds resulting trace data.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "Tracing.tracingComplete"

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

[src]

[src]

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

[src]