pub struct DeleteRun<'a> { /* private fields */ }Expand description
Delete a run.
Requires a valid API key for an authenticated user. Regular users can only delete their own runs. Moderators can delete runs by other users also.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DeleteRun<'a>
impl<'a> RefUnwindSafe for DeleteRun<'a>
impl<'a> Send for DeleteRun<'a>
impl<'a> Sync for DeleteRun<'a>
impl<'a> Unpin for DeleteRun<'a>
impl<'a> UnwindSafe for DeleteRun<'a>
Blanket Implementations§
Source§impl<E, T, C> AsyncQuery<T, C> for E
impl<E, T, C> AsyncQuery<T, C> for E
Source§fn query_async<'life0, 'life1, 'async_trait>(
&'life0 self,
client: &'life1 C,
) -> Pin<Box<dyn Future<Output = Result<T, ApiError<<C as RestClient>::Error>>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
E: 'async_trait,
fn query_async<'life0, 'life1, 'async_trait>(
&'life0 self,
client: &'life1 C,
) -> Pin<Box<dyn Future<Output = Result<T, ApiError<<C as RestClient>::Error>>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
E: 'async_trait,
Perform an asynchronous query against the client.
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more