[][src]Enum cargo_tarpaulin::test_loader::LineType

pub enum LineType {
    TestMain,
    TestEntry(u64),
    FunctionEntry(u64),
    Statement,
    Condition,
    Unknown,
    UnusedGeneric,
}

Variants

Generated test main. Shouldn't be traced.

Entry of function known to be a test

Entry of function. May or may not be test

Standard statement

Condition

Unknown type

Unused meta-code

Trait Implementations

impl Clone for LineType
[src]

Performs copy-assignment from source. Read more

impl Copy for LineType
[src]

impl Eq for LineType
[src]

impl PartialOrd<LineType> for LineType
[src]

impl PartialEq<LineType> for LineType
[src]

impl Debug for LineType
[src]

Auto Trait Implementations

impl Send for LineType

impl Sync for LineType

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