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
profile: SamplingHeapProfile<'a>
Recorded sampling heap profile.
Trait Implementations
impl<'a> Clone for StopSamplingResponse<'a>[src]
fn clone(&self) -> StopSamplingResponse<'a>[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<'a> Debug for StopSamplingResponse<'a>[src]
impl<'a> PartialEq for StopSamplingResponse<'a>[src]
fn eq(&self, __arg_0: &StopSamplingResponse<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StopSamplingResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for StopSamplingResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "HeapProfiler.stopSampling"