Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Derive and for
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvandel committed Sep 11, 2023
1 parent ce2e8aa commit 779c4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/user_pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::fmt::Display;

use serde::{Deserialize, Serialize};

#[derive(Clone, Debug, PartialEq, Eq, Hash, Deserialize, Serialize)]
#[derive(Clone, Debug, PartialEq, Eq, Hash, Deserialize, Serialize, PartialOrd, Ord)]
pub struct UserPool(pub String);

impl Display for UserPool {
Expand Down

0 comments on commit 779c4f6

Please sign in to comment.