pub struct MmapBatch { /* private fields */ }
Expand description
Fallback batch implementation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MmapBatch
impl RefUnwindSafe for MmapBatch
impl Send for MmapBatch
impl Sync for MmapBatch
impl Unpin for MmapBatch
impl UnwindSafe for MmapBatch
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