pub struct Uptime { /* private fields */ }
Expand description
Retrieve and print the relative elapsed wall-clock time since an epoch.
The Default
implementation for Uptime
makes the epoch the current time.
Trait Implementations
sourceimpl FormatTime for Uptime
impl FormatTime for Uptime
sourcefn format_time(&self, w: &mut Writer<'_>) -> Result
fn format_time(&self, w: &mut Writer<'_>) -> Result
Measure and write out the current time. Read more
impl Copy for Uptime
impl Eq for Uptime
impl StructuralEq for Uptime
impl StructuralPartialEq for Uptime
Auto Trait Implementations
impl RefUnwindSafe for Uptime
impl Send for Uptime
impl Sync for Uptime
impl Unpin for Uptime
impl UnwindSafe for Uptime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more