volcengine_rust_sdk/volcengine/request/
handles.rs

1/*
2 * @Author: Jerry.Yang
3 * @Date: 2024-10-18 10:34:17
4 * @LastEditors: Jerry.Yang
5 * @LastEditTime: 2025-02-05 11:37:55
6 * @Description: handles
7 */
8/// Represents the handles for managing request operations.
9///
10/// This struct may contain various handles or resources required to manage the lifecycle and execution
11/// of the request operation. It serves as a container for those handles, allowing them to be passed
12/// along with the request for processing.
13#[derive(Debug, Clone)]
14pub struct Handles {}