diff options
Diffstat (limited to 'src/structures.rs')
| -rw-r--r-- | src/structures.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/structures.rs b/src/structures.rs index 4c59d51..fca356f 100644 --- a/src/structures.rs +++ b/src/structures.rs @@ -20,6 +20,12 @@ use serde_derive::{Deserialize, Serialize}; +#[derive(PartialEq, Clone)] +pub enum Type { + Girls, + Boys, +} + #[derive(Serialize, Deserialize, Clone)] pub struct GitHubAPIResponse { pub sha: String, |