[][src]Struct tracing_subscriber::fmt::time::SystemTime

pub struct SystemTime;
This is supported on crate feature fmt only.

Retrieve and print the current wall-clock time.

If the chrono feature is enabled, the current time is printed in a human-readable format like "Jun 25 14:27:12.955". Otherwise the Debug implementation of std::time::SystemTime is used.

Trait Implementations

impl Clone for SystemTime[src]

impl Copy for SystemTime[src]

impl Debug for SystemTime[src]

impl Default for SystemTime[src]

impl Eq for SystemTime[src]

impl FormatTime for SystemTime[src]

impl PartialEq<SystemTime> for SystemTime[src]

impl StructuralEq for SystemTime[src]

impl StructuralPartialEq for SystemTime[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.