Struct humantime::FormattedDuration
source · pub struct FormattedDuration(_);
Expand description
A wrapper type that allows you to Display a Duration
Implementations§
Trait Implementations§
source§impl Clone for FormattedDuration
impl Clone for FormattedDuration
source§fn clone(&self) -> FormattedDuration
fn clone(&self) -> FormattedDuration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more