Struct lcov_parser::FunctionData [] [src]

pub struct FunctionData {
    pub name: String,
    pub count: u32,
}

Fields

Trait Implementations

impl Debug for FunctionData
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<FunctionData> for LCOVRecord
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for FunctionData

impl Sync for FunctionData