Struct carbon::DateTime
[-] [+]
[src]
pub struct DateTime {
// some fields omitted
}pub struct DateTime {
// some fields omitted
}impl DateTimefn now() -> DateTimefn create_from_tm(tm: Tm) -> DateTimefn set_test_now(test_now: Option<DateTime>)fn get_test_now() -> Option<DateTime>fn start_of(&self) -> Startfn end_of(&self) -> Endfn is_leap_year(&self) -> boolimpl Clone for DateTimefn clone(&self) -> DateTimefn clone_from(&mut self, source: &Self)impl Debug for DateTimeimpl Eq for DateTimeimpl PartialEq for DateTime
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).