pub struct RowChunk { /* private fields */ }Expand description
Row chunk (batch of raw JSON bytes)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RowChunk
impl RefUnwindSafe for RowChunk
impl Send for RowChunk
impl Sync for RowChunk
impl Unpin for RowChunk
impl UnsafeUnpin for RowChunk
impl UnwindSafe for RowChunk
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