Struct batch_processing::tokio::step::AsyncStep
source · pub struct AsyncStep {
pub name: String,
pub throw_tolerant: Option<bool>,
/* private fields */
}
Expand description
Represents an asynchronous step with configurable callbacks and deciders.
Fields§
§name: String
The name of the step.
throw_tolerant: Option<bool>
Whether the step is tolerant to thrown errors.
Trait Implementations§
source§impl AsyncStepRunner<StepStatus> for AsyncStep
impl AsyncStepRunner<StepStatus> for AsyncStep
impl Send for AsyncStep
Auto Trait Implementations§
impl Freeze for AsyncStep
impl !RefUnwindSafe for AsyncStep
impl Sync for AsyncStep
impl Unpin for AsyncStep
impl !UnwindSafe for AsyncStep
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