Struct tracing_subscriber::fmt::time::ChronoLocal
source · pub struct ChronoLocal { /* private fields */ }
Expand description
Retrieve and print the current local time.
Implementations§
source§impl ChronoLocal
impl ChronoLocal
sourcepub fn with_format(format_string: String) -> Self
pub fn with_format(format_string: String) -> Self
Format the time using the given format string.
See chrono::format::strftime
for details on the supported syntax.
Trait Implementations§
source§impl Clone for ChronoLocal
impl Clone for ChronoLocal
source§fn clone(&self) -> ChronoLocal
fn clone(&self) -> ChronoLocal
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ChronoLocal
impl Debug for ChronoLocal
source§impl Default for ChronoLocal
impl Default for ChronoLocal
source§fn default() -> ChronoLocal
fn default() -> ChronoLocal
Returns the “default value” for a type. Read more