pub struct StaticNodeExecutorRegistry<E> { /* private fields */ }Expand description
In-memory registry keyed by workflow node identifier.
Implementations§
Trait Implementations§
Source§impl<E: Clone> Clone for StaticNodeExecutorRegistry<E>
impl<E: Clone> Clone for StaticNodeExecutorRegistry<E>
Source§fn clone(&self) -> StaticNodeExecutorRegistry<E>
fn clone(&self) -> StaticNodeExecutorRegistry<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: Debug> Debug for StaticNodeExecutorRegistry<E>
impl<E: Debug> Debug for StaticNodeExecutorRegistry<E>
Source§impl<E> NodeExecutorRegistry for StaticNodeExecutorRegistry<E>where
E: NodeExecutor,
impl<E> NodeExecutorRegistry for StaticNodeExecutorRegistry<E>where
E: NodeExecutor,
Auto Trait Implementations§
impl<E> Freeze for StaticNodeExecutorRegistry<E>
impl<E> RefUnwindSafe for StaticNodeExecutorRegistry<E>where
E: RefUnwindSafe,
impl<E> Send for StaticNodeExecutorRegistry<E>where
E: Send,
impl<E> Sync for StaticNodeExecutorRegistry<E>where
E: Sync,
impl<E> Unpin for StaticNodeExecutorRegistry<E>
impl<E> UnsafeUnpin for StaticNodeExecutorRegistry<E>
impl<E> UnwindSafe for StaticNodeExecutorRegistry<E>where
E: RefUnwindSafe,
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).