Struct easytiming::Timing [] [src]

pub struct Timing<'a, W = Stdout> where
    W: Write
{ /* fields omitted */ }

Methods

impl<'a, W> Timing<'a, W> where
    W: Write
[src]

[src]

[src]

[src]

Trait Implementations

impl<'a, W: Debug> Debug for Timing<'a, W> where
    W: Write
[src]

[src]

Formats the value using the given formatter.

impl<'a, W> Default for Timing<'a, W> where
    W: Write
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a, W> Display for Timing<'a, W> where
    W: Write
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a, W> Drop for Timing<'a, W> where
    W: Write
[src]

[src]

Executes the destructor for this type. Read more