pub struct ReadBatch {
pub records: Metered<Vec<SequencedRecord>>,
pub tail: Option<StreamPosition>,
}Fields§
§records: Metered<Vec<SequencedRecord>>§tail: Option<StreamPosition>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadBatch
impl RefUnwindSafe for ReadBatch
impl Send for ReadBatch
impl Sync for ReadBatch
impl Unpin for ReadBatch
impl UnwindSafe for ReadBatch
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