Enum arrow_format::ipc::Feature
source · [−]#[repr(i64)]
pub enum Feature {
Unused,
DictionaryReplacement,
CompressedBody,
}
Variants
Unused
DictionaryReplacement
CompressedBody
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Feature
impl<'de> Deserialize<'de> for Feature
sourcefn 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
sourceimpl TryFrom<i64> for Feature
impl TryFrom<i64> for Feature
type Error = UnknownEnumTagKind
type Error = UnknownEnumTagKind
The type returned in the event of a conversion error.
sourcefn try_from(value: i64) -> Result<Self, UnknownEnumTagKind>
fn try_from(value: i64) -> Result<Self, UnknownEnumTagKind>
Performs the conversion.
impl Copy for Feature
impl Eq for Feature
impl StructuralEq for Feature
impl StructuralPartialEq for Feature
impl<'buf> VectorWrite<Feature> for Feature
impl WriteAs<Feature> for Feature
impl WriteAsDefault<Feature, Feature> for Feature
impl WriteAsOptional<Feature> for Feature
Auto Trait Implementations
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnwindSafe for Feature
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more