Struct lcov_parser::line::Line [] [src]

pub struct Line { /* fields omitted */ }

Methods

impl Line
[src]

Trait Implementations

impl Debug for Line
[src]

Formats the value using the given formatter.

impl Eq for Line
[src]

impl Clone for Line
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

impl PartialEq for Line
[src]

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

This method tests for !=.