Enum arrow_format::ipc::MetadataVersion
source · #[repr(i16)]
pub enum MetadataVersion {
V1,
V2,
V3,
V4,
V5,
}
Available on crate feature
ipc
only.Variants§
Trait Implementations§
source§impl Clone for MetadataVersion
impl Clone for MetadataVersion
source§fn clone(&self) -> MetadataVersion
fn clone(&self) -> MetadataVersion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MetadataVersion
impl Debug for MetadataVersion
source§impl<'de> Deserialize<'de> for MetadataVersion
impl<'de> Deserialize<'de> for MetadataVersion
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 From<MetadataVersion> for i16
impl From<MetadataVersion> for i16
source§fn from(value: MetadataVersion) -> Self
fn from(value: MetadataVersion) -> Self
Converts to this type from the input type.
source§impl PartialEq<MetadataVersion> for MetadataVersion
impl PartialEq<MetadataVersion> for MetadataVersion
source§fn eq(&self, other: &MetadataVersion) -> bool
fn eq(&self, other: &MetadataVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MetadataVersion
impl Serialize for MetadataVersion
source§impl TryFrom<i16> for MetadataVersion
impl TryFrom<i16> for MetadataVersion
§type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.