pub struct ColumnBlockGranuleStats {
pub min: Vec<u8>,
pub max: Vec<u8>,
}Fields§
§min: Vec<u8>§max: Vec<u8>Trait Implementations§
Source§impl Clone for ColumnBlockGranuleStats
impl Clone for ColumnBlockGranuleStats
Source§fn clone(&self) -> ColumnBlockGranuleStats
fn clone(&self) -> ColumnBlockGranuleStats
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 moreSource§impl Debug for ColumnBlockGranuleStats
impl Debug for ColumnBlockGranuleStats
impl Eq for ColumnBlockGranuleStats
Source§impl PartialEq for ColumnBlockGranuleStats
impl PartialEq for ColumnBlockGranuleStats
Source§fn eq(&self, other: &ColumnBlockGranuleStats) -> bool
fn eq(&self, other: &ColumnBlockGranuleStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ColumnBlockGranuleStats
Auto Trait Implementations§
impl Freeze for ColumnBlockGranuleStats
impl RefUnwindSafe for ColumnBlockGranuleStats
impl Send for ColumnBlockGranuleStats
impl Sync for ColumnBlockGranuleStats
impl Unpin for ColumnBlockGranuleStats
impl UnsafeUnpin for ColumnBlockGranuleStats
impl UnwindSafe for ColumnBlockGranuleStats
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