Struct cdp::heap_profiler::StopTrackingHeapObjectsCommand [] [src]

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

[Experimental]

Command HeapProfiler.stopTrackingHeapObjects

Domain Module: cdp::heap_profiler
Command Struct: cdp::heap_profiler::StopTrackingHeapObjectsCommand
Response Struct: cdp::heap_profiler::StopTrackingHeapObjectsResponse

Fields

If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.

Trait Implementations

impl Clone for StopTrackingHeapObjectsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StopTrackingHeapObjectsCommand
[src]

[src]

Formats the value using the given formatter.

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

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

impl SerializeCdpCommand for StopTrackingHeapObjectsCommand
[src]

[src]

[src]

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

[src]

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