pub struct ChunkArray { /* private fields */ }
Expand description
After flattening a table, this is where the chunks will exist.
Implementations§
Source§impl ChunkArray
impl ChunkArray
Trait Implementations§
Source§impl Debug for ChunkArray
impl Debug for ChunkArray
Source§impl Index<usize> for ChunkArray
impl Index<usize> for ChunkArray
Auto Trait Implementations§
impl Freeze for ChunkArray
impl RefUnwindSafe for ChunkArray
impl Send for ChunkArray
impl Sync for ChunkArray
impl Unpin for ChunkArray
impl UnwindSafe for ChunkArray
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