Skip to content

Commit

Permalink
chore: made ReadPublicKeyEntry impl PartialEq & Clone
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Davis <mattdavis@cloudflare.com>
  • Loading branch information
MattDavis00 committed Aug 20, 2024
1 parent ea9b3a2 commit d81e9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/transit/responses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub enum ReadKeyData {
Asymmetric(HashMap<String, ReadPublicKeyEntry>),
}

#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq)]
pub struct ReadPublicKeyEntry {
/// An ISO8601 timestamp
pub creation_time: String,
Expand Down

0 comments on commit d81e9ad

Please sign in to comment.