Struct parquet2::page::CompressedDictPage
source · [−]pub struct CompressedDictPage { /* private fields */ }
Expand description
An encoded and compressed dictionary page.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CompressedDictPage
impl Send for CompressedDictPage
impl Sync for CompressedDictPage
impl Unpin for CompressedDictPage
impl UnwindSafe for CompressedDictPage
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