Struct arrow_ipc::gen::Message::CompressionType
source · #[repr(transparent)]pub struct CompressionType(pub i8);
Tuple Fields
0: i8
Implementations
Trait Implementations
sourceimpl Clone for CompressionType
impl Clone for CompressionType
sourcefn clone(&self) -> CompressionType
fn clone(&self) -> CompressionType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CompressionType
impl Debug for CompressionType
sourceimpl Default for CompressionType
impl Default for CompressionType
sourcefn default() -> CompressionType
fn default() -> CompressionType
Returns the “default value” for a type. Read more
sourceimpl EndianScalar for CompressionType
impl EndianScalar for CompressionType
sourceimpl<'a> Follow<'a> for CompressionType
impl<'a> Follow<'a> for CompressionType
sourceimpl Hash for CompressionType
impl Hash for CompressionType
sourceimpl Ord for CompressionType
impl Ord for CompressionType
sourcefn cmp(&self, other: &CompressionType) -> Ordering
fn cmp(&self, other: &CompressionType) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<CompressionType> for CompressionType
impl PartialEq<CompressionType> for CompressionType
sourcefn eq(&self, other: &CompressionType) -> bool
fn eq(&self, other: &CompressionType) -> bool
sourceimpl PartialOrd<CompressionType> for CompressionType
impl PartialOrd<CompressionType> for CompressionType
sourcefn partial_cmp(&self, other: &CompressionType) -> Option<Ordering>
fn partial_cmp(&self, other: &CompressionType) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl Push for CompressionType
impl Push for CompressionType
sourceimpl<'a> Verifiable for CompressionType
impl<'a> Verifiable for CompressionType
sourcefn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos
in the verifier’s buffer.
Should not need to be called directly. Read moreimpl Copy for CompressionType
impl Eq for CompressionType
impl SimpleToVerifyInSlice for CompressionType
impl StructuralEq for CompressionType
impl StructuralPartialEq for CompressionType
Auto Trait Implementations
impl RefUnwindSafe for CompressionType
impl Send for CompressionType
impl Sync for CompressionType
impl Unpin for CompressionType
impl UnwindSafe for CompressionType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more