Enum howmuch::Report [] [src]

pub enum Report {
    Always,
    Never,
    Gt(Duration),
    Ge(Duration),
    Lt(Duration),
    Le(Duration),
}

Variants

Trait Implementations

impl Debug for Report
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Report
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.