Struct octx::workflows::JobStepRec[][src]

pub struct JobStepRec {
Show 20 fields pub job_id: i64, pub run_id: i64, pub job_node_id: String, pub head_sha: String, pub job_status: String, pub job_conclusion: Option<String>, pub job_started_at: DateTime<Utc>, pub job_completed_at: Option<DateTime<Utc>>, pub job_name: String, pub job_url: Url, pub job_html_url: Url, pub run_url: Url, pub check_run_url: Url, pub name: String, pub status: String, pub conclusion: Option<String>, pub number: i64, pub started_at: DateTime<Utc>, pub completed_at: Option<DateTime<Utc>>, pub sdc_repository: String,
}

Fields

job_id: i64run_id: i64job_node_id: Stringhead_sha: Stringjob_status: Stringjob_conclusion: Option<String>job_started_at: DateTime<Utc>job_completed_at: Option<DateTime<Utc>>job_name: Stringjob_url: Urljob_html_url: Urlrun_url: Urlcheck_run_url: Urlname: Stringstatus: Stringconclusion: Option<String>number: i64started_at: DateTime<Utc>completed_at: Option<DateTime<Utc>>sdc_repository: String

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.