Struct gitlab::api::projects::pipelines::PipelineBuilder [−][src]
pub struct PipelineBuilder<'a> { /* fields omitted */ }Expand description
Builder for Pipeline.
Implementations
The project to query for pipeline.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for PipelineBuilder<'a>
impl<'a> Send for PipelineBuilder<'a>
impl<'a> Sync for PipelineBuilder<'a>
impl<'a> Unpin for PipelineBuilder<'a>
impl<'a> UnwindSafe for PipelineBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
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