pub struct LocalDurableRunResult {
pub task_id: String,
pub run_id: String,
pub attempts: u32,
pub workflow: RunWorkflowResult,
}Expand description
Result of a local durable workflow run.
Fields§
§task_id: String§run_id: String§attempts: u32§workflow: RunWorkflowResultTrait Implementations§
Auto Trait Implementations§
impl Freeze for LocalDurableRunResult
impl RefUnwindSafe for LocalDurableRunResult
impl Send for LocalDurableRunResult
impl Sync for LocalDurableRunResult
impl Unpin for LocalDurableRunResult
impl UnsafeUnpin for LocalDurableRunResult
impl UnwindSafe for LocalDurableRunResult
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