pub struct Hms(pub TimeDelta);Expand description
A utility for deserializing and displaying durations in HH::MM::SS format.
Tuple Fields§
§0: TimeDeltaTrait Implementations§
Source§impl Debug for Hms
The Debug and Display impls are the same for Hms as I never want to see the TimeDelta representation.
impl Debug for Hms
The Debug and Display impls are the same for Hms as I never want to see the TimeDelta representation.
impl Copy for Hms
Auto Trait Implementations§
impl Freeze for Hms
impl RefUnwindSafe for Hms
impl Send for Hms
impl Sync for Hms
impl Unpin for Hms
impl UnsafeUnpin 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