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
Source§fn clone(&self) -> WorkflowRuntimeContext
fn clone(&self) -> WorkflowRuntimeContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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