pub struct MutableRecordBatch<'a> { /* private fields */ }
Implementations§
Source§impl MutableRecordBatch<'_>
impl MutableRecordBatch<'_>
pub fn view(&self) -> RecordBatchView<'_>
pub fn set_last_offset(&mut self, offset: i64)
pub fn set_partition_leader_epoch(&mut self, epoch: i32)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MutableRecordBatch<'a>
impl<'a> !RefUnwindSafe for MutableRecordBatch<'a>
impl<'a> !Send for MutableRecordBatch<'a>
impl<'a> !Sync for MutableRecordBatch<'a>
impl<'a> Unpin for MutableRecordBatch<'a>
impl<'a> !UnwindSafe for MutableRecordBatch<'a>
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