Type Alias astro_run::RunWorkflowEvent

source ·
pub type RunWorkflowEvent = RunEvent<Workflow>;

Aliased Type§

struct RunWorkflowEvent {
    pub payload: Workflow,
    pub workflow_event: Option<WorkflowEvent>,
}

Fields§

§payload: Workflow§workflow_event: Option<WorkflowEvent>

Trait Implementations§

source§

impl<T: Clone> Clone for RunEvent<T>

source§

fn clone(&self) -> RunEvent<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T: Debug> Debug for RunEvent<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more