Struct tracing_subscriber::fmt::time::SystemTime [−][src]
pub struct SystemTime;
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 Clone for SystemTime
[src]fn clone(&self) -> SystemTime
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for SystemTime
[src]
impl Default for SystemTime
[src]fn default() -> SystemTime
[src]
impl FormatTime for SystemTime
[src]
impl FormatTime for SystemTime
[src]fn format_time(&self, w: &mut dyn Write) -> Result
[src]
impl PartialEq<SystemTime> for SystemTime
[src]
impl PartialEq<SystemTime> for SystemTime
[src]impl Copy for SystemTime
[src]
impl Eq for SystemTime
[src]
impl StructuralEq for SystemTime
[src]
impl StructuralPartialEq for SystemTime
[src]
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
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]