pub struct ParallelBuilder { /* private fields */ }Expand description
Builder for creating parallel compositions
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParallelBuilder
impl !RefUnwindSafe for ParallelBuilder
impl Send for ParallelBuilder
impl Sync for ParallelBuilder
impl Unpin for ParallelBuilder
impl UnsafeUnpin for ParallelBuilder
impl !UnwindSafe for ParallelBuilder
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