pub struct ThreadLocalAccumulator { /* private fields */ }Expand description
Accumulate Elements to avoid calling [ParallelWriter] for each element
Implementations§
Auto Trait Implementations§
impl Freeze for ThreadLocalAccumulator
impl RefUnwindSafe for ThreadLocalAccumulator
impl Send for ThreadLocalAccumulator
impl Sync for ThreadLocalAccumulator
impl Unpin for ThreadLocalAccumulator
impl UnwindSafe for ThreadLocalAccumulator
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