Struct lcov_parser::FunctionName [] [src]

pub struct FunctionName {
    pub name: String,
    pub line: u32,
}

Fields

Trait Implementations

impl Debug for FunctionName
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<FunctionName> for LCOVRecord
[src]

[src]

Performs the conversion.

impl<'a> From<&'a FunctionNameRecord> for Function
[src]

[src]

Performs the conversion.