Struct lcov_parser::file::File
[−]
[src]
pub struct File { /* fields omitted */ }Methods
impl File[src]
fn new(tests: Tests) -> Self
fn tests(&self) -> &Tests
fn get_test(&self, name: &String) -> Option<&Test>
Trait Implementations
impl Debug for File[src]
impl Clone for File[src]
fn clone(&self) -> File
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