Enum orc_rust::reader::decode::RleVersion
source · pub enum RleVersion {
V1,
V2,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for RleVersion
impl Clone for RleVersion
source§fn clone(&self) -> RleVersion
fn clone(&self) -> RleVersion
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 RleVersion
impl Debug for RleVersion
source§impl From<Kind> for RleVersion
impl From<Kind> for RleVersion
source§fn from(value: ProtoColumnKind) -> Self
fn from(value: ProtoColumnKind) -> Self
Converts to this type from the input type.
impl Copy for RleVersion
Auto Trait Implementations§
impl Freeze for RleVersion
impl RefUnwindSafe for RleVersion
impl Send for RleVersion
impl Sync for RleVersion
impl Unpin for RleVersion
impl UnwindSafe for RleVersion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more