Struct hff_core::write::ChunkArray
source · 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 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