Struct ia_sandbox::utils::DurationDisplay[][src]

pub struct DurationDisplay(pub Duration);

Trait Implementations

impl Clone for DurationDisplay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DurationDisplay
[src]

impl Debug for DurationDisplay
[src]

Formats the value using the given formatter. Read more

impl Display for DurationDisplay
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations