From 993ae59613d41ff25c33f814aed6415a645477dc Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 24 Mar 2022 02:17:31 -0700 Subject: feat(routes): support for anime boys --- src/structures.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/structures.rs') 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, -- cgit v1.2.3