Struct parquet2::page::FixedLenByteArrayPageDict
source · [−]pub struct FixedLenByteArrayPageDict { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for FixedLenByteArrayPageDict
impl Debug for FixedLenByteArrayPageDict
sourceimpl DictPage for FixedLenByteArrayPageDict
impl DictPage for FixedLenByteArrayPageDict
fn as_any(&self) -> &dyn Any
fn physical_type(&self) -> &PhysicalType
Auto Trait Implementations
impl RefUnwindSafe for FixedLenByteArrayPageDict
impl Send for FixedLenByteArrayPageDict
impl Sync for FixedLenByteArrayPageDict
impl Unpin for FixedLenByteArrayPageDict
impl UnwindSafe for FixedLenByteArrayPageDict
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