Struct gitlab::api::projects::pipelines::PipelineJobs [−][src]
pub struct PipelineJobs<'a> { /* fields omitted */ }Expand description
Query for jobs within a pipeline.
Implementations
Create a builder for the endpoint.
Trait Implementations
Query parameters for the endpoint.
Whether the endpoint uses keyset pagination or not.
Auto Trait Implementations
impl<'a> RefUnwindSafe for PipelineJobs<'a>
impl<'a> Send for PipelineJobs<'a>
impl<'a> Sync for PipelineJobs<'a>
impl<'a> Unpin for PipelineJobs<'a>
impl<'a> UnwindSafe for PipelineJobs<'a>
Blanket Implementations
Mutably borrows from an owned value. 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
