Struct cov::report::File [] [src]

pub struct File {
    pub lines: BTreeMap<u32, Line>,
    pub functions: Vec<Function>,
}

Coverage information about a source file.

Fields

Lines in the file.

Functions in the file.

Methods

impl File
[src]

[src]

Produces a summary of the current file.

Trait Implementations

impl Clone for File
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for File
[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 Eq for File
[src]

impl Hash for File
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for File
[src]

[src]

Formats the value using the given formatter.

impl Default for File
[src]

[src]

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

impl SerializeWithInterner for File
[src]

[src]

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

[src]

Adorns this object with a string interner. Read more