feat(codegen): derive Eq and Hash for most enum types
This commit is contained in:
parent
1af37bea89
commit
3ad92fb8c8
4 changed files with 583 additions and 277 deletions
|
|
@ -9,7 +9,7 @@ pub(super) mod test {
|
|||
use crate::{
|
||||
executor::{ExecutorExt, ReqwestClient},
|
||||
models::{
|
||||
faction_selection_name::FactionSelectionNameVariant, AttackCode, FactionSelectionName,
|
||||
faction_selection_name::FactionSelectionNameVariant, AttackCode,
|
||||
PersonalStatsCategoryEnum, PersonalStatsStatName, UserListEnum,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue