Struct chrono_humanize::HumanTime [] [src]

pub struct HumanTime(_);

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 From<Duration> for HumanTime
[src]

fn from(duration: Duration) -> Self

Performs the conversion.

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

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

Performs the conversion.