Struct humantime::Rfc3339Timestamp [−][src]
pub struct Rfc3339Timestamp(_, _);
Expand description
A wrapper type that allows you to Display a SystemTime
Implementations
Returns a reference to the SystemTime
that is being formatted.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Rfc3339Timestamp
impl Send for Rfc3339Timestamp
impl Sync for Rfc3339Timestamp
impl Unpin for Rfc3339Timestamp
impl UnwindSafe for Rfc3339Timestamp
Blanket Implementations
Mutably borrows from an owned value. Read more