| 386 | |
| 387 | #[derive(Clone, Deserialize, Eq, PartialEq, Serialize)] |
| 388 | pub struct ChangeReference { |
| 389 | pub id: ExternalId, |
| 390 | pub date: Timestamp, |
| 391 | } |
| 392 | |
| 393 | impl std::fmt::Display for ChangeReference { |
| 394 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
nothing calls this directly
no outgoing calls
no test coverage detected