Enum gitlab::api::projects::repository::commits::CommitStatusState [−][src]
pub enum CommitStatusState {
Pending,
Running,
Success,
Failed,
Canceled,
}Expand description
The state a commit status may have.
Variants
The status is expected, but has not started yet.
The status is currently running.
The status completed successfully.
The status completed with an error.
The status was canceled before it completed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommitStatusState
impl Send for CommitStatusState
impl Sync for CommitStatusState
impl Unpin for CommitStatusState
impl UnwindSafe for CommitStatusState
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
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