Struct cdp::profiler::GetBestEffortCoverageResponse [] [src]

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

[Experimental] Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection.

Command Profiler.getBestEffortCoverage

Domain Module: cdp::profiler
Command Struct: cdp::profiler::GetBestEffortCoverageCommand
Response Struct: cdp::profiler::GetBestEffortCoverageResponse

Fields

Coverage data for the current isolate.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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