Struct lcov_parser::function::Function [] [src]

pub struct Function { /* fields omitted */ }

Methods

impl Function
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Summary<FunctionName, Function> for Functions
[src]

[src]

[src]

[src]

[src]

[src]

impl Debug for Function
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.

impl PartialEq for Function
[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 !=.