pub struct Slab { /* private fields */ }Implementations§
Source§impl Slab
impl Slab
pub fn set_min_max(&mut self, new_min: Agg, new_max: Agg)
pub fn abs(&self) -> i64
pub fn max(&self) -> Agg
pub fn min(&self) -> Agg
pub fn first_value<C: ColumnCursor>(&self) -> Option<Cow<'_, C::Item>>
pub fn run_iter<C: ColumnCursor>(&self) -> RunIter<'_, C>
pub fn as_slice(&self) -> &[u8] ⓘ
pub fn byte_len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn len(&self) -> usize
pub fn acc(&self) -> Acc
Trait Implementations§
Source§impl SpanWeight<Slab> for SlabWeight
impl SpanWeight<Slab> for SlabWeight
impl StructuralPartialEq for Slab
Auto Trait Implementations§
impl Freeze for Slab
impl RefUnwindSafe for Slab
impl Send for Slab
impl Sync for Slab
impl Unpin for Slab
impl UnwindSafe for Slab
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