Struct lcov_parser::FunctionName
[−]
[src]
pub struct FunctionName {
pub name: String,
pub line: u32,
}Fields
name: String
line: u32
Trait Implementations
impl Debug for FunctionName[src]
impl PartialEq for FunctionName[src]
fn eq(&self, __arg_0: &FunctionName) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FunctionName) -> bool
This method tests for !=.
impl Clone for FunctionName[src]
fn clone(&self) -> FunctionName
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