pub struct WorkflowResult {
pub workflow: String,
pub execution: u32,
pub steps_completed: u32,
pub total_time_ms: f64,
}Expand description
Result of workflow execution
Fieldsยง
ยงworkflow: Stringยงexecution: u32ยงsteps_completed: u32ยงtotal_time_ms: f64Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for WorkflowResult
impl RefUnwindSafe for WorkflowResult
impl Send for WorkflowResult
impl Sync for WorkflowResult
impl Unpin for WorkflowResult
impl UnwindSafe for WorkflowResult
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