Struct lcov_parser::branch::BranchBlocks
[−]
[src]
pub struct BranchBlocks { /* fields omitted */ }Methods
impl BranchBlocks[src]
fn new() -> Self
Trait Implementations
impl Debug for BranchBlocks[src]
impl PartialEq for BranchBlocks[src]
fn eq(&self, __arg_0: &BranchBlocks) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &BranchBlocks) -> bool
This method tests for !=.
impl Clone for BranchBlocks[src]
fn clone(&self) -> BranchBlocks
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