pub struct RecordBatchIter { /* private fields */ }Expand description
An opaque type for iterating over record batches.
Auto Trait Implementations§
impl Freeze for RecordBatchIter
impl !RefUnwindSafe for RecordBatchIter
impl Send for RecordBatchIter
impl !Sync for RecordBatchIter
impl Unpin for RecordBatchIter
impl !UnwindSafe for RecordBatchIter
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