(&self, f: &mut std::fmt::Formatter<'_>)
| 233 | |
| 234 | impl std::fmt::Display for WorkerAgentKind { |
| 235 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 236 | f.write_str(self.as_str()) |
| 237 | } |
| 238 | } |
| 239 | |
| 240 | impl std::str::FromStr for WorkerAgentKind { |