| 29 | pub value: String, |
| 30 | pub file_path: Option<PathBuf>, |
| 31 | pub enabled: bool, |
| 32 | } |
| 33 | |
| 34 | #[derive(Clone)] |
| 35 | struct DraggedMultipartRow { |
| 36 | index: usize, |
| 37 | key: String, |
| 38 | value: String, |
| 39 | is_file: bool, |
nothing calls this directly
no outgoing calls
no test coverage detected