pub struct BatchFlow { /* private fields */ }
Expand description
A flow that processes batches of items
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchFlow
impl !RefUnwindSafe for BatchFlow
impl Send for BatchFlow
impl Sync for BatchFlow
impl Unpin for BatchFlow
impl !UnwindSafe for BatchFlow
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