Struct time::TmFmt
[-]
[+]
[src]
pub struct TmFmt<'a> { // some fields omitted }
A wrapper around a Tm
and format string that implements Show.
pub struct TmFmt<'a> { // some fields omitted }
A wrapper around a Tm
and format string that implements Show.
impl<'a> String for TmFmt<'a>
impl<'a> Show for TmFmt<'a>
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).