Struct tracing_subscriber::fmt::time::ChronoUtc [−][src]
pub struct ChronoUtc { /* fields omitted */ }
Retrieve and print the current UTC time.
Implementations
impl ChronoUtc
[src]
impl ChronoUtc
[src]pub fn rfc3339() -> Self
[src]
pub fn with_format(format_string: String) -> Self
[src]
Format the time using the given format string.
See chrono::format::strftime
for details on the supported syntax.
Trait Implementations
impl FormatTime for ChronoUtc
[src]
impl FormatTime for ChronoUtc
[src]fn format_time(&self, w: &mut dyn Write) -> Result
[src]
impl Eq for ChronoUtc
[src]
impl StructuralEq for ChronoUtc
[src]
impl StructuralPartialEq for ChronoUtc
[src]
Auto Trait Implementations
impl RefUnwindSafe for ChronoUtc
impl Send for ChronoUtc
impl Sync for ChronoUtc
impl Unpin for ChronoUtc
impl UnwindSafe for ChronoUtc
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]