pub struct Hms(pub TimeDelta);Expand description
A utility for displaying durations in HH::MM::SS format.
Tuple Fields§
§0: TimeDeltaTrait Implementations§
Auto Trait Implementations§
impl Freeze for Hms
impl RefUnwindSafe for Hms
impl Send for Hms
impl Sync for Hms
impl Unpin for Hms
impl UnwindSafe for Hms
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