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

pub struct Line { /* fields omitted */ }

Methods

impl Line
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Line
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Line
[src]

impl Clone for Line
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Performs the conversion.

impl PartialEq for Line
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Summary<LineNumber, Line> for Lines
[src]

[src]

[src]

[src]

[src]

[src]

Auto Trait Implementations

impl Send for Line

impl Sync for Line