#[repr(C, align(8))]pub struct IngestionBatch {
pub batch_id: u64,
pub sort_key: SortKey,
pub payload: Bytes,
pub record_count: u32,
pub crc: u32,
}Fields§
§batch_id: u64§sort_key: SortKey§payload: Bytes§record_count: u32§crc: u32Implementations§
Auto Trait Implementations§
impl !Freeze for IngestionBatch
impl RefUnwindSafe for IngestionBatch
impl Send for IngestionBatch
impl Sync for IngestionBatch
impl Unpin for IngestionBatch
impl UnwindSafe for IngestionBatch
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