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
This method tests for
self
and other
values to be equal, and is used
by ==
.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<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more