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
done: i32
total: i32
finished: Option<bool>
Trait Implementations
impl Clone for ReportHeapSnapshotProgressEvent[src]
fn clone(&self) -> ReportHeapSnapshotProgressEvent[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for ReportHeapSnapshotProgressEvent[src]
impl PartialEq for ReportHeapSnapshotProgressEvent[src]
fn eq(&self, __arg_0: &ReportHeapSnapshotProgressEvent) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ReportHeapSnapshotProgressEvent) -> bool[src]
This method tests for !=.
impl CdpEvent for ReportHeapSnapshotProgressEvent[src]
const EVENT_NAME: &'static str
EVENT_NAME: &'static str = "HeapProfiler.reportHeapSnapshotProgress"
impl SerializeCdpEvent for ReportHeapSnapshotProgressEvent[src]
fn event_name(&self) -> &str[src]
fn serialize_event_params<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, [src]
S: Serializer,
impl<'de> DeserializeCdpEvent<'de> for ReportHeapSnapshotProgressEvent[src]
fn deserialize_event<D>(
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>, [src]
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,