Struct cdp::profiler::CoverageRange [] [src]

pub struct CoverageRange {
    pub start_offset: i32,
    pub end_offset: i32,
    pub count: i32,
}

[Experimental] Coverage data for a source range.

Fields

JavaScript script source offset for the range start.

JavaScript script source offset for the range end.

Collected execution count of the source range.

Trait Implementations

impl Clone for CoverageRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CoverageRange
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CoverageRange
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.