Move param from one index to another
(&mut self, from: usize, to: usize, cx: &mut Context<Self>)
| 87 | enabled: row.enabled, |
| 88 | }) |
| 89 | .collect() |
| 90 | } |
| 91 | |
| 92 | fn replace_from_bulk_entries( |
| 93 | &mut self, |
| 94 | entries: Vec<BulkKvEntry>, |
| 95 | window: &mut Window, |
| 96 | cx: &mut Context<Self>, |
| 97 | ) { |
| 98 | // Preserve descriptions across bulk round-trips by matching keys. |
| 99 | let mut descriptions: HashMap<String, String> = HashMap::new(); |