Type Alias astro_run::RunJobEvent

source ·
pub type RunJobEvent = RunEvent<Job>;

Aliased Type§

struct RunJobEvent {
    pub payload: Job,
    pub workflow_event: Option<WorkflowEvent>,
}

Fields§

§payload: Job§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