Struct lcov_parser::branch::Branch [] [src]

pub struct Branch { /* fields omitted */ }

Methods

impl Branch
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Branch
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Branch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<BranchData> for Branch
[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 PartialEq<Branch> for Branch
[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<'a> From<&'a BranchData> for Branch
[src]

[src]

Performs the conversion.

impl Hit for Branch
[src]

[src]

impl Summary<BranchUnit, Branch> for BranchBlocks
[src]

[src]

[src]

[src]

[src]

[src]