pub struct WorkflowRuntimeContext {
pub log: EventLog,
pub def: WorkflowDefinition,
pub runs_base_dir: PathBuf,
}Fields§
§log: EventLog§def: WorkflowDefinition§runs_base_dir: PathBufTrait Implementations§
Source§impl Clone for WorkflowRuntimeContext
impl Clone for WorkflowRuntimeContext
Auto Trait Implementations§
impl Freeze for WorkflowRuntimeContext
impl RefUnwindSafe for WorkflowRuntimeContext
impl Send for WorkflowRuntimeContext
impl Sync for WorkflowRuntimeContext
impl Unpin for WorkflowRuntimeContext
impl UnsafeUnpin for WorkflowRuntimeContext
impl UnwindSafe for WorkflowRuntimeContext
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