Struct tracing_subscriber::fmt::time::SystemTime [−][src]
pub struct SystemTime;
Expand description
Retrieve and print the current wall-clock time.
Trait Implementations
Returns the “default value” for a type. Read more
Measure and write out the current time. Read more
Auto Trait Implementations
impl RefUnwindSafe for SystemTime
impl Send for SystemTime
impl Sync for SystemTime
impl Unpin for SystemTime
impl UnwindSafe for SystemTime
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more