Struct tracing_subscriber::fmt::time::ChronoLocal [−][src]
pub struct ChronoLocal { /* fields omitted */ }This is supported on crate features
fmt and chrono only.Expand description
Retrieve and print the current local time.
Implementations
Format the time using the given format string.
See chrono::format::strftime
for details on the supported syntax.
Trait Implementations
Returns the “default value” for a type. Read more
Measure and write out the current time. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ChronoLocalimpl Send for ChronoLocalimpl Sync for ChronoLocalimpl Unpin for ChronoLocalimpl UnwindSafe for ChronoLocalBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more