pub enum CompressionProfile {
None,
Fast,
}Expand description
Compression codec profile used for table blocks.
Variants§
Trait Implementations§
Source§impl Clone for CompressionProfile
impl Clone for CompressionProfile
Source§fn clone(&self) -> CompressionProfile
fn clone(&self) -> CompressionProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CompressionProfile
Source§impl Debug for CompressionProfile
impl Debug for CompressionProfile
Source§impl Default for CompressionProfile
impl Default for CompressionProfile
Source§fn default() -> CompressionProfile
fn default() -> CompressionProfile
Returns the “default value” for a type. Read more
impl Eq for CompressionProfile
Source§impl PartialEq for CompressionProfile
impl PartialEq for CompressionProfile
Source§fn eq(&self, other: &CompressionProfile) -> bool
fn eq(&self, other: &CompressionProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompressionProfile
Auto Trait Implementations§
impl Freeze for CompressionProfile
impl RefUnwindSafe for CompressionProfile
impl Send for CompressionProfile
impl Sync for CompressionProfile
impl Unpin for CompressionProfile
impl UnsafeUnpin for CompressionProfile
impl UnwindSafe for CompressionProfile
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