Struct cdp::heap_profiler::ReportHeapSnapshotProgressEvent [] [src]

pub struct ReportHeapSnapshotProgressEvent {
    pub done: i32,
    pub total: i32,
    pub finished: Option<bool>,
}

[Experimental]

Event HeapProfiler.reportHeapSnapshotProgress

Domain Module: cdp::heap_profiler
Event Struct: cdp::heap_profiler::ReportHeapSnapshotProgressEvent

Fields

Trait Implementations

impl Clone for ReportHeapSnapshotProgressEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReportHeapSnapshotProgressEvent
[src]

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "HeapProfiler.reportHeapSnapshotProgress"

impl SerializeCdpEvent for ReportHeapSnapshotProgressEvent
[src]

[src]

[src]

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

[src]