pub fn modify_run<C, Fut, B, E>( client: C, params: &ModifyRunParams, request: &ModifyRunRequest, ) -> ModifyRun<Fut, B, E> ⓘwhere C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
Modifies a run.