pub struct SingleNodeExecutorRegistry<'a, E: ?Sized> { /* private fields */ }Expand description
Registry adapter that runs every workflow node through the same executor.
Implementations§
Trait Implementations§
Source§impl<'a, E: Clone + ?Sized> Clone for SingleNodeExecutorRegistry<'a, E>
impl<'a, E: Clone + ?Sized> Clone for SingleNodeExecutorRegistry<'a, E>
Source§fn clone(&self) -> SingleNodeExecutorRegistry<'a, E>
fn clone(&self) -> SingleNodeExecutorRegistry<'a, E>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<E> NodeExecutorRegistry for SingleNodeExecutorRegistry<'_, E>where
E: NodeExecutor + ?Sized,
impl<E> NodeExecutorRegistry for SingleNodeExecutorRegistry<'_, E>where
E: NodeExecutor + ?Sized,
impl<'a, E: Copy + ?Sized> Copy for SingleNodeExecutorRegistry<'a, E>
Auto Trait Implementations§
impl<'a, E> Freeze for SingleNodeExecutorRegistry<'a, E>where
E: ?Sized,
impl<'a, E> RefUnwindSafe for SingleNodeExecutorRegistry<'a, E>where
E: RefUnwindSafe + ?Sized,
impl<'a, E> Send for SingleNodeExecutorRegistry<'a, E>
impl<'a, E> Sync for SingleNodeExecutorRegistry<'a, E>
impl<'a, E> Unpin for SingleNodeExecutorRegistry<'a, E>where
E: ?Sized,
impl<'a, E> UnsafeUnpin for SingleNodeExecutorRegistry<'a, E>where
E: ?Sized,
impl<'a, E> UnwindSafe for SingleNodeExecutorRegistry<'a, E>where
E: RefUnwindSafe + ?Sized,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).