| 101 | #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, serde::Serialize, serde::Deserialize)] |
| 102 | #[serde(transparent)] |
| 103 | pub struct Secret(pub String); |
| 104 | |
| 105 | impl std::fmt::Debug for Secret { |
| 106 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |