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
result: Vec<ScriptCoverage<'a>>
Coverage data for the current isolate.
Trait Implementations
impl<'a> Clone for GetBestEffortCoverageResponse<'a>[src]
fn clone(&self) -> GetBestEffortCoverageResponse<'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 GetBestEffortCoverageResponse<'a>[src]
impl<'a> PartialEq for GetBestEffortCoverageResponse<'a>[src]
fn eq(&self, __arg_0: &GetBestEffortCoverageResponse<'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: &GetBestEffortCoverageResponse<'a>) -> bool[src]
This method tests for !=.
impl<'a> CdpCommand for GetBestEffortCoverageResponse<'a>[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "Profiler.getBestEffortCoverage"