Struct lcov_parser::LineData [] [src]

pub struct LineData {
    pub line: u32,
    pub count: u32,
    pub checksum: Option<String>,
}

Fields

Trait Implementations

impl Debug for LineData
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<LineData> for LCOVRecord
[src]

[src]

Performs the conversion.

impl<'a> From<&'a LineData> for Line
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for LineData

impl Sync for LineData