Enum gitlab::api::projects::pipelines::PipelineScope [−][src]
pub enum PipelineScope { Running, Pending, Finished, Branches, Tags, }
Expand description
Scopes for pipelines.
Variants
Currently running.
Created, but blocked on available runners or triggers.
Completed pipelines.
Pipelines for branches.
Pipelines for tags.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PipelineScope
impl Send for PipelineScope
impl Sync for PipelineScope
impl Unpin for PipelineScope
impl UnwindSafe for PipelineScope
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