Implemented default traits

This commit is contained in:
Franklin 2022-10-16 21:18:00 -04:00
parent a83e4b5954
commit 4029c57134
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ impl FromStr for LeaguePlayerStatus {
}
}
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, PartialOrd, Ord)]
pub enum StatusType {
/// Inside a league
Active,