Struct cdp::heap_profiler::StopSamplingResponse [] [src]

pub struct StopSamplingResponse<'a> {
    pub profile: SamplingHeapProfile<'a>,
}

[Experimental]

Command HeapProfiler.stopSampling

Domain Module: cdp::heap_profiler
Command Struct: cdp::heap_profiler::StopSamplingCommand
Response Struct: cdp::heap_profiler::StopSamplingResponse

Fields

Recorded sampling heap profile.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a, 'b> HasCdpCommand<'a> for StopSamplingResponse<'b>
[src]