| 28 | /// Query parameter |
| 29 | #[derive(Debug, Clone)] |
| 30 | pub struct QueryParam { |
| 31 | pub key: String, |
| 32 | pub value: String, |
| 33 | pub enabled: bool, |
| 34 | } |
| 35 | |
| 36 | #[derive(Clone)] |
| 37 | struct DraggedParam { |
nothing calls this directly
no outgoing calls
no test coverage detected