Struct lcov_parser::line::Line
[−]
[src]
pub struct Line { /* fields omitted */ }
Methods
impl Line
[src]
fn new(line_number: LineNumber,
execution_count: ExecutionCount,
checksum: Option<CheckSum>)
-> Self
execution_count: ExecutionCount,
checksum: Option<CheckSum>)
-> Self
fn line_number(&self) -> &LineNumber
fn execution_count(&self) -> &ExecutionCount
fn checksum(&self) -> Option<&CheckSum>
fn has_checkshum(&self) -> bool
fn is_hit(&self) -> bool
Trait Implementations
impl Debug for Line
[src]
impl Eq for Line
[src]
impl Clone for Line
[src]
fn clone(&self) -> Line
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more