pub(crate) struct FormatTimeAgo(pub(crate) Duration);Expand description
A wrapper for formatting a Duration with “ago” suffix.
Tuple Fields§
§0: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for FormatTimeAgo
impl RefUnwindSafe for FormatTimeAgo
impl Send for FormatTimeAgo
impl Sync for FormatTimeAgo
impl Unpin for FormatTimeAgo
impl UnsafeUnpin for FormatTimeAgo
impl UnwindSafe for FormatTimeAgo
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