Struct tacho::timer::Timer [] [src]

pub struct Timer {
    pub name: String,
    pub started_at: Option<DateTime<Local>>,
    pub elapsed: Option<u64>,
}

Fields

Methods

impl Timer
[src]

Trait Implementations

impl Clone for Timer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Timer
[src]

Formats the value using the given formatter.