Struct humantime::Rfc3339Timestamp[][src]

pub struct Rfc3339Timestamp(_, _);

A wrapper type that allows you to Display a SystemTime

Trait Implementations

impl Debug for Rfc3339Timestamp
[src]

Formats the value using the given formatter. Read more

impl Display for Rfc3339Timestamp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Rfc3339Timestamp

impl Sync for Rfc3339Timestamp