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

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

A coverage report, generated from a Graph.

Fields

Files in 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. Read more

impl Default for Report
[src]

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

impl SerializeWithInterner for Report
[src]

Serializes this value with help from an [Interner] that writes [Symbol]s as strings. Read more

Adorns this object with a string interner. Read more

Auto Trait Implementations

impl Send for Report

impl Sync for Report