pub struct MapReduce<T, M, R>{ /* private fields */ }Expand description
Parallel map-reduce pipeline
Implementations§
Auto Trait Implementations§
impl<T, M, R> Freeze for MapReduce<T, M, R>
impl<T, M, R> RefUnwindSafe for MapReduce<T, M, R>
impl<T, M, R> Send for MapReduce<T, M, R>
impl<T, M, R> Sync for MapReduce<T, M, R>
impl<T, M, R> Unpin for MapReduce<T, M, R>
impl<T, M, R> UnwindSafe for MapReduce<T, M, R>
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