Struct indicatif::HumanDuration
source · pub struct HumanDuration(pub Duration);
Expand description
Wraps an std duration for human readable formatting.
Tuple Fields§
§0: Duration
Trait Implementations§
source§impl Debug for HumanDuration
impl Debug for HumanDuration
Auto Trait Implementations§
impl Freeze for HumanDuration
impl RefUnwindSafe for HumanDuration
impl Send for HumanDuration
impl Sync for HumanDuration
impl Unpin for HumanDuration
impl UnwindSafe for HumanDuration
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more