Enum gitlab::types::StatusState [−][src]
pub enum StatusState {
Created,
WaitingForResource,
Preparing,
Pending,
Running,
Success,
Failed,
Canceled,
Skipped,
Manual,
Scheduled,
}
Expand description
States for commit statuses.
Variants
Created
The check was created.
WaitingForResource
The check is waiting for some other resource.
Preparing
The check is currently being prepared.
Pending
The check is queued.
Running
The check is currently running.
Success
The check succeeded.
Failed
The check failed.
Canceled
The check was canceled.
Skipped
The check was skipped.
Manual
The check is waiting for manual action.
Scheduled
The check is scheduled to run at some point in time.
Trait Implementations
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 StatusState
impl Send for StatusState
impl Sync for StatusState
impl Unpin for StatusState
impl UnwindSafe for StatusState
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more