Struct gitlab::api::projects::pipelines::DeletePipelineBuilder [−][src]
pub struct DeletePipelineBuilder<'a> { /* fields omitted */ }Expand description
Builder for DeletePipeline.
Implementations
The project to delete the pipeline from.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for DeletePipelineBuilder<'a>impl<'a> Send for DeletePipelineBuilder<'a>impl<'a> Sync for DeletePipelineBuilder<'a>impl<'a> Unpin for DeletePipelineBuilder<'a>impl<'a> UnwindSafe for DeletePipelineBuilder<'a>Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more