Function gr::remote::query::gitlab_list_project_runners
source ยท pub fn gitlab_list_project_runners<R: HttpRunner<Response = Response>>(
runner: &Arc<R>,
url: &str,
list_args: Option<ListBodyArgs>,
request_headers: Headers,
iter_over_sub_array: Option<&str>,
operation: ApiOperation,
) -> Result<Vec<Runner>>