pub enum RecordBatchOffset {}
Auto Trait Implementations§
impl Freeze for RecordBatchOffset
impl RefUnwindSafe for RecordBatchOffset
impl Send for RecordBatchOffset
impl Sync for RecordBatchOffset
impl Unpin for RecordBatchOffset
impl UnwindSafe for RecordBatchOffset
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