Enum octorust::types::WorkflowRunStatus [−][src]
pub enum WorkflowRunStatus {
Show variants
ActionRequired,
Cancelled,
Completed,
Failure,
InProgress,
Neutral,
Queued,
Requested,
Skipped,
Stale,
Success,
TimedOut,
Waiting,
Noop,
}Expand description
Returns workflow runs with the check run status or conclusion that you specify. For example, a conclusion can be success or a status can be in_progress. Only GitHub can set a status of waiting or requested. For a list of the possible status and conclusion options, see “Create a check run.”
Variants
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for WorkflowRunStatusimpl Send for WorkflowRunStatusimpl Sync for WorkflowRunStatusimpl Unpin for WorkflowRunStatusimpl UnwindSafe for WorkflowRunStatusBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more