pub struct RowBatch { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RowBatch
impl !UnwindSafe for RowBatch
impl Freeze for RowBatch
impl Send for RowBatch
impl Sync for RowBatch
impl Unpin for RowBatch
impl UnsafeUnpin for RowBatch
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