Struct cov::report::Report [] [src]

pub struct Report {
    pub files: HashMap<Symbol, File>,
}

A coverage report, generated from a Graph.

Fields

Files of the report.

Trait Implementations

impl Clone for Report
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Report
[src]

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

This method tests for !=.

impl Eq for Report
[src]

impl Debug for Report
[src]

Formats the value using the given formatter.

impl Default for Report
[src]

Returns the "default value" for a type. Read more