Struct gitlab::api::projects::jobs::RetryJob [−][src]
pub struct RetryJob<'a> { /* fields omitted */ }Retry a job.
Implementations
impl<'a> RetryJob<'a>[src]
impl<'a> RetryJob<'a>[src]pub fn builder() -> RetryJobBuilder<'a>[src]
pub fn builder() -> RetryJobBuilder<'a>[src]Create a builder for the endpoint.
Trait Implementations
impl<'a> Endpoint for RetryJob<'a>[src]
impl<'a> Endpoint for RetryJob<'a>[src]fn parameters(&self) -> QueryParams<'_>[src]
fn parameters(&self) -> QueryParams<'_>[src]Query parameters for the endpoint.
Auto Trait Implementations
impl<'a> RefUnwindSafe for RetryJob<'a>
impl<'a> Send for RetryJob<'a>
impl<'a> Sync for RetryJob<'a>
impl<'a> Unpin for RetryJob<'a>
impl<'a> UnwindSafe for RetryJob<'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]