pub struct CreateRun<'a> { /* private fields */ }Expand description
Submit a new run.
This endpoint requires a valid API key.
Implementations
sourceimpl<'a> CreateRun<'a>
impl<'a> CreateRun<'a>
sourcepub fn buider() -> CreateRunBuilder<'a>
pub fn buider() -> CreateRunBuilder<'a>
Create a builder for this endpoint
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CreateRun<'a>
impl<'a> Send for CreateRun<'a>
impl<'a> Sync for CreateRun<'a>
impl<'a> Unpin for CreateRun<'a>
impl<'a> UnwindSafe for CreateRun<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more