Enum parquet2::page::DataPageHeader
source · pub enum DataPageHeader {
V1(DataPageHeaderV1),
V2(DataPageHeaderV2),
}
Variants§
Implementations§
source§impl DataPageHeader
impl DataPageHeader
pub fn num_values(&self) -> usize
Trait Implementations§
source§impl Clone for DataPageHeader
impl Clone for DataPageHeader
source§fn clone(&self) -> DataPageHeader
fn clone(&self) -> DataPageHeader
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 moreAuto Trait Implementations§
impl Freeze for DataPageHeader
impl RefUnwindSafe for DataPageHeader
impl Send for DataPageHeader
impl Sync for DataPageHeader
impl Unpin for DataPageHeader
impl UnwindSafe for DataPageHeader
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