Struct time::TmFmt [] [src]

pub struct TmFmt<'a> { /* fields omitted */ }

A wrapper around a Tm and format string that implements Display.

Trait Implementations

impl<'a> Display for TmFmt<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Debug for TmFmt<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for TmFmt<'a>

impl<'a> Sync for TmFmt<'a>