(&mut self, profile_name: &str)
| 284 | } |
| 285 | |
| 286 | pub fn profile_mut(&mut self, profile_name: &str) -> &mut ProfileConfig { |
| 287 | self.persisted |
| 288 | .profiles |
| 289 | .entry(profile_name.to_owned()) |
| 290 | .or_default() |
| 291 | } |
| 292 | |
| 293 | fn resolve_selected_profile( |
| 294 | &mut self, |
no outgoing calls