pub struct FixBatchStrategy<I> { /* private fields */ }Available on crate features
std and dataset only.Expand description
A strategy to batch items with a fixed batch size.
Implementations§
Trait Implementations§
Source§impl<I: Send + Sync + 'static> BatchStrategy<I> for FixBatchStrategy<I>
impl<I: Send + Sync + 'static> BatchStrategy<I> for FixBatchStrategy<I>
Auto Trait Implementations§
impl<I> Freeze for FixBatchStrategy<I>
impl<I> RefUnwindSafe for FixBatchStrategy<I>where
I: RefUnwindSafe,
impl<I> Send for FixBatchStrategy<I>where
I: Send,
impl<I> Sync for FixBatchStrategy<I>where
I: Sync,
impl<I> Unpin for FixBatchStrategy<I>where
I: Unpin,
impl<I> UnwindSafe for FixBatchStrategy<I>where
I: UnwindSafe,
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