Searched defs:UtcTime (Results 1 – 10 of 10) sorted by relevance
33 pub struct UtcTime(DateTime); struct35 impl UtcTime { impl84 impl<'a> DecodeValue<'a> for UtcTime { implementation120 impl EncodeValue for UtcTime { implementation144 impl FixedTag for UtcTime { implementation148 impl OrdIsValueOrd for UtcTime {} implementation150 impl From<&UtcTime> for UtcTime { implementation151 fn from(value: &UtcTime) -> UtcTime { in from()168 impl TryFrom<DateTime> for UtcTime { implementation176 impl TryFrom<&DateTime> for UtcTime { implementation[all …]
46 pub struct UtcTime<F> { struct47 format: F,201 impl UtcTime<well_known::Rfc3339> { impl223 impl<F: Formattable> UtcTime<F> { impl295 impl<F> FormatTime for UtcTime<F> implementation304 impl<F> Default for UtcTime<F> implementation
41 using UtcTime = std::chrono::time_point<UtcClock, D>; variable
33 UtcTime, enumerator
32 UtcTime(UtcTime), enumerator
103 UtcTime, enumerator
36 UtcTime(UtcTime), enumerator