Enum cov::raw::Record [] [src]

pub enum Record {
    Function(IdentFunction),
    Blocks(Blocks),
    Arcs(Arcs),
    Lines(Lines),
    ArcCounts(ArcCounts),
    Summary(Summary),
}

A record in a gcov file.

Variants

Trait Implementations

impl Clone for Record
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for Record
[src]

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

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

impl Debug for Record
[src]

Formats the value using the given formatter.