Enum arrow_format::ipc::TimeUnit
source · #[repr(i16)]
pub enum TimeUnit {
Second,
Millisecond,
Microsecond,
Nanosecond,
}
Available on crate feature
ipc
only.Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for TimeUnit
impl<'de> Deserialize<'de> for TimeUnit
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<TimeUnit> for TimeUnit
impl PartialEq<TimeUnit> for TimeUnit
source§impl TryFrom<i16> for TimeUnit
impl TryFrom<i16> for TimeUnit
§type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.