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