[][src]Struct cargo_tarpaulin::traces::Trace

pub struct Trace {
    pub line: u64,
    pub address: Option<u64>,
    pub length: usize,
    pub stats: CoverageStat,
}

Fields

Line the trace is on in the file

Optional address showing location in the test artefact

Length of the instruction (useful to get entire condition/branch)

Coverage stats

Trait Implementations

impl Clone for Trace
[src]

Performs copy-assignment from source. Read more

impl Eq for Trace
[src]

impl PartialOrd<Trace> for Trace
[src]

impl PartialEq<Trace> for Trace
[src]

impl Ord for Trace
[src]

Implemented to allow Traces to be sorted by line number

impl Debug for Trace
[src]

impl Hash for Trace
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Trace

impl Sync for Trace

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<E> SpecializationError for E
[src]

impl<T> Erased for T
[src]

impl<T> Send for T where
    T: ?Sized
[src]

impl<T> Sync for T where
    T: ?Sized
[src]

impl<T> Erased for T