Lines Matching defs:UtcTime
34 pub struct UtcTime(DateTime); struct
36 impl UtcTime { implementation
82 impl<'a> DecodeValue<'a> for UtcTime { implementation
118 impl EncodeValue for UtcTime { implementation
142 impl FixedTag for UtcTime { implementation
146 impl OrdIsValueOrd for UtcTime {} implementation
148 impl From<&UtcTime> for UtcTime { implementation
149 fn from(value: &UtcTime) -> UtcTime { in from()
166 impl TryFrom<DateTime> for UtcTime { implementation
174 impl TryFrom<&DateTime> for UtcTime { implementation
190 impl TryFrom<AnyRef<'_>> for UtcTime { implementation
193 fn try_from(any: AnyRef<'_>) -> Result<UtcTime> { in try_from()