Struct gitlab::api::projects::pipelines::DeletePipeline [−][src]
pub struct DeletePipeline<'a> { /* fields omitted */ }
Delete a pipeline.
Implementations
impl<'a> DeletePipeline<'a>
[src]
impl<'a> DeletePipeline<'a>
[src]pub fn builder() -> DeletePipelineBuilder<'a>
[src]
pub fn builder() -> DeletePipelineBuilder<'a>
[src]Create a builder for the endpoint.
Trait Implementations
impl<'a> Debug for DeletePipeline<'a>
[src]
impl<'a> Debug for DeletePipeline<'a>
[src]impl<'a> Endpoint for DeletePipeline<'a>
[src]
impl<'a> Endpoint for DeletePipeline<'a>
[src]fn parameters(&self) -> QueryParams<'_>
[src]
fn parameters(&self) -> QueryParams<'_>
[src]Query parameters for the endpoint.
Auto Trait Implementations
impl<'a> RefUnwindSafe for DeletePipeline<'a>
impl<'a> Send for DeletePipeline<'a>
impl<'a> Sync for DeletePipeline<'a>
impl<'a> Unpin for DeletePipeline<'a>
impl<'a> UnwindSafe for DeletePipeline<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]