pub struct RecordBatches { /* private fields */ }
Implementations§
Source§impl RecordBatches
impl RecordBatches
Trait Implementations§
Source§impl Debug for RecordBatches
impl Debug for RecordBatches
Source§impl Default for RecordBatches
impl Default for RecordBatches
Source§fn default() -> RecordBatches
fn default() -> RecordBatches
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for RecordBatches
impl !RefUnwindSafe for RecordBatches
impl Send for RecordBatches
impl !Sync for RecordBatches
impl Unpin for RecordBatches
impl UnwindSafe for RecordBatches
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