Struct cargo_tarpaulin::tracer::TracerData [] [src]

pub struct TracerData {
    pub path: PathBuf,
    pub line: u64,
    pub address: u64,
    pub trace_type: LineType,
    pub hits: u64,
}

Fields

Trait Implementations

impl Debug for TracerData
[src]

Formats the value using the given formatter.

impl Clone for TracerData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more