pub struct ColumnWarmState { /* private fields */ }Expand description
Per-reader column warmup (separate from row page cache).
Implementations§
Trait Implementations§
Source§impl Default for ColumnWarmState
impl Default for ColumnWarmState
Source§fn default() -> ColumnWarmState
fn default() -> ColumnWarmState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ColumnWarmState
impl RefUnwindSafe for ColumnWarmState
impl Send for ColumnWarmState
impl Sync for ColumnWarmState
impl Unpin for ColumnWarmState
impl UnsafeUnpin for ColumnWarmState
impl UnwindSafe for ColumnWarmState
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