Searched defs:UtcTime (Results 1 – 6 of 6) sorted by relevance
34 pub struct UtcTime(DateTime); struct36 impl UtcTime { impl82 impl<'a> DecodeValue<'a> for UtcTime { implementation118 impl EncodeValue for UtcTime { implementation142 impl FixedTag for UtcTime { implementation146 impl OrdIsValueOrd for UtcTime {} implementation148 impl From<&UtcTime> for UtcTime { implementation149 fn from(value: &UtcTime) -> UtcTime { in from()166 impl TryFrom<DateTime> for UtcTime { implementation174 impl TryFrom<&DateTime> for UtcTime { implementation[all …]
154 pub fn utc_time(self) -> Result<UtcTime> { in utc_time()
33 UtcTime, enumerator
28 UtcTime(UtcTime), enumerator
101 UtcTime, enumerator
36 UtcTime(UtcTime), enumerator