pub struct BlockIndexEntry {
pub row_key: RowKey,
pub offset: u64,
pub length: u64,
}Expand description
An index entry that maps a row_key to its (offset, length) in the CAR file.
Fields§
§row_key: RowKey§offset: u64§length: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockIndexEntry
impl RefUnwindSafe for BlockIndexEntry
impl Send for BlockIndexEntry
impl Sync for BlockIndexEntry
impl Unpin for BlockIndexEntry
impl UnwindSafe for BlockIndexEntry
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