| 421 | #[derive(Default, Deserialize, Serialize)] |
| 422 | #[serde(rename_all = "camelCase", tag = "kind")] |
| 423 | pub struct ActivityIndexMap { |
| 424 | pub api_version: String, |
| 425 | pub changes: BTreeSet<ChangeReference>, |
| 426 | } |
| 427 | |
| 428 | impl ActivityIndexMap { |
| 429 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected