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
source§impl FormatTime for ChronoLocal
impl FormatTime for ChronoLocal
source§impl PartialEq<ChronoLocal> for ChronoLocal
impl PartialEq<ChronoLocal> for ChronoLocal
source§fn eq(&self, other: &ChronoLocal) -> bool
fn eq(&self, other: &ChronoLocal) -> bool
impl Eq for ChronoLocal
impl StructuralEq for ChronoLocal
impl StructuralPartialEq for ChronoLocal
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§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.