Struct cdp::heap_profiler::AddHeapSnapshotChunkEvent [] [src]

pub struct AddHeapSnapshotChunkEvent<'a> {
    pub chunk: Cow<'a, str>,
}

[Experimental]

Event HeapProfiler.addHeapSnapshotChunk

Domain Module: cdp::heap_profiler
Event Struct: cdp::heap_profiler::AddHeapSnapshotChunkEvent

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]