Struct tracing_subscriber::fmt::time::ChronoLocal
source · [−]pub struct ChronoLocal { /* private fields */ }
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 ChronoLocal
impl Send for ChronoLocal
impl Sync for ChronoLocal
impl Unpin for ChronoLocal
impl UnwindSafe for ChronoLocal
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more