Struct lance_file::format::metadata::BatchOffsets
source · pub struct BatchOffsets {
pub batch_id: i32,
pub offsets: Vec<u32>,
}Fields§
§batch_id: i32§offsets: Vec<u32>Trait Implementations§
source§impl Debug for BatchOffsets
impl Debug for BatchOffsets
source§impl PartialEq for BatchOffsets
impl PartialEq for BatchOffsets
source§fn eq(&self, other: &BatchOffsets) -> bool
fn eq(&self, other: &BatchOffsets) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchOffsets
Auto Trait Implementations§
impl RefUnwindSafe for BatchOffsets
impl Send for BatchOffsets
impl Sync for BatchOffsets
impl Unpin for BatchOffsets
impl UnwindSafe for BatchOffsets
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