pub struct AsyncMapReduce<V: Send + 'static> { /* private fields */ }Expand description
异步映射归并
Implementations§
Source§impl<V: Send + 'static> AsyncMapReduce<V>
impl<V: Send + 'static> AsyncMapReduce<V>
Trait Implementations§
impl<V: Send + 'static> Send for AsyncMapReduce<V>
Auto Trait Implementations§
impl<V> Freeze for AsyncMapReduce<V>
impl<V> RefUnwindSafe for AsyncMapReduce<V>
impl<V> Sync for AsyncMapReduce<V>
impl<V> Unpin for AsyncMapReduce<V>
impl<V> UnwindSafe for AsyncMapReduce<V>
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