pub struct ParallelizeLayer<Executor> { /* private fields */ }Expand description
Middleware for emitting events
Implementations§
Source§impl<Executor> ParallelizeLayer<Executor>
impl<Executor> ParallelizeLayer<Executor>
Trait Implementations§
Source§impl<Executor: Clone> Clone for ParallelizeLayer<Executor>
impl<Executor: Clone> Clone for ParallelizeLayer<Executor>
Source§fn clone(&self) -> ParallelizeLayer<Executor>
fn clone(&self) -> ParallelizeLayer<Executor>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Executor: Debug> Debug for ParallelizeLayer<Executor>
impl<Executor: Debug> Debug for ParallelizeLayer<Executor>
Source§impl<Executor: Default> Default for ParallelizeLayer<Executor>
impl<Executor: Default> Default for ParallelizeLayer<Executor>
Source§fn default() -> ParallelizeLayer<Executor>
fn default() -> ParallelizeLayer<Executor>
Returns the “default value” for a type. Read more
Source§impl<S, Executor: Clone> Layer<S> for ParallelizeLayer<Executor>
impl<S, Executor: Clone> Layer<S> for ParallelizeLayer<Executor>
Auto Trait Implementations§
impl<Executor> Freeze for ParallelizeLayer<Executor>where
Executor: Freeze,
impl<Executor> RefUnwindSafe for ParallelizeLayer<Executor>where
Executor: RefUnwindSafe,
impl<Executor> Send for ParallelizeLayer<Executor>where
Executor: Send,
impl<Executor> Sync for ParallelizeLayer<Executor>where
Executor: Sync,
impl<Executor> Unpin for ParallelizeLayer<Executor>where
Executor: Unpin,
impl<Executor> UnwindSafe for ParallelizeLayer<Executor>where
Executor: UnwindSafe,
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