Implemented default traits
This commit is contained in:
parent
a83e4b5954
commit
4029c57134
|
@ -54,6 +54,7 @@ impl FromStr for LeaguePlayerStatus {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize, Clone, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub enum StatusType {
|
||||
/// Inside a league
|
||||
Active,
|
||||
|
|
Loading…
Reference in New Issue