pub struct StepRunResult {
pub error: Option<Error>,
pub state: WorkflowState,
pub started_at: Option<DateTime<Utc>>,
pub ended_at: Option<DateTime<Utc>>,
}Fields§
§error: Option<Error>§state: WorkflowState§started_at: Option<DateTime<Utc>>§ended_at: Option<DateTime<Utc>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StepRunResult
impl !RefUnwindSafe for StepRunResult
impl Send for StepRunResult
impl Sync for StepRunResult
impl Unpin for StepRunResult
impl !UnwindSafe for StepRunResult
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