Struct cdp::profiler::TakePreciseCoverageResponse [] [src]

pub struct TakePreciseCoverageResponse<'a> {
    pub result: Vec<ScriptCoverage<'a>>,
}

[Experimental] Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started.

Command Profiler.takePreciseCoverage

Domain Module: cdp::profiler
Command Struct: cdp::profiler::TakePreciseCoverageCommand
Response Struct: cdp::profiler::TakePreciseCoverageResponse

Fields

Coverage data for the current isolate.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Profiler.takePreciseCoverage"

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