Struct cdp::heap_profiler::TakeHeapSnapshotCommand [] [src]

pub struct TakeHeapSnapshotCommand {
    pub report_progress: Option<bool>,
}

[Experimental]

Command HeapProfiler.takeHeapSnapshot

Domain Module: cdp::heap_profiler
Command Struct: cdp::heap_profiler::TakeHeapSnapshotCommand
Response Struct: cdp::heap_profiler::TakeHeapSnapshotResponse

Fields

If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken.

Trait Implementations

impl Clone for TakeHeapSnapshotCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TakeHeapSnapshotCommand
[src]

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "HeapProfiler.takeHeapSnapshot"

impl SerializeCdpCommand for TakeHeapSnapshotCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for TakeHeapSnapshotCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for TakeHeapSnapshotCommand
[src]