Struct chrono_humanize::HumanTime [] [src]

pub struct HumanTime {
    // some fields omitted
}

Trait Implementations

impl Debug for HumanTime
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for HumanTime
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<TZ> From<DateTime<TZ>> for HumanTime where TZ: TimeZone
[src]

fn from(ts: DateTime<TZ>) -> Self

Performs the conversion.