pub struct DelayStep<S, T> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<Current, FlowSink, Encode, Compact> Step<Current, FlowSink, Encode> for DelayStep<Duration, Current>where
Current: Sync + Send + 'static,
FlowSink: Sync + Unpin + WeakTaskSink<Current> + Send,
FlowSink::Context: Send + Sync + Default + MetadataExt<WorkflowRequest>,
FlowSink::Error: Into<BoxDynError> + Send + 'static,
FlowSink::IdType: GenerateId + Send,
Compact: Sync + Send,
Encode: Codec<Current, Compact = Compact> + Sync + Send + 'static,
Encode::Error: Error + Sync + Send + 'static,
<FlowSink::Context as MetadataExt<WorkflowRequest>>::Error: Error + Sync + Send + 'static,
impl<Current, FlowSink, Encode, Compact> Step<Current, FlowSink, Encode> for DelayStep<Duration, Current>where
Current: Sync + Send + 'static,
FlowSink: Sync + Unpin + WeakTaskSink<Current> + Send,
FlowSink::Context: Send + Sync + Default + MetadataExt<WorkflowRequest>,
FlowSink::Error: Into<BoxDynError> + Send + 'static,
FlowSink::IdType: GenerateId + Send,
Compact: Sync + Send,
Encode: Codec<Current, Compact = Compact> + Sync + Send + 'static,
Encode::Error: Error + Sync + Send + 'static,
<FlowSink::Context as MetadataExt<WorkflowRequest>>::Error: Error + Sync + Send + 'static,
Auto Trait Implementations§
impl<S, T> Freeze for DelayStep<S, T>where
S: Freeze,
impl<S, T> RefUnwindSafe for DelayStep<S, T>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<S, T> Send for DelayStep<S, T>
impl<S, T> Sync for DelayStep<S, T>
impl<S, T> Unpin for DelayStep<S, T>
impl<S, T> UnwindSafe for DelayStep<S, T>where
S: UnwindSafe,
T: 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