Struct tracing_subscriber::fmt::time::Uptime [−][src]
pub struct Uptime { /* fields omitted */ }
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
impl FormatTime for Uptime
[src]
impl FormatTime for Uptime
[src]fn format_time(&self, w: &mut dyn Write) -> Result
[src]
impl Copy for Uptime
[src]
impl Eq for Uptime
[src]
impl StructuralEq for Uptime
[src]
impl StructuralPartialEq for Uptime
[src]
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
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]