Add Ord/PartialOrd/Hash/Eq derives to generated enums in rust side #7985
Labels
a:language-rust
Rust API and codegen (mO,mS)
breaking change
Anything that probably require a semver bump
enhancement
New feature or request
Feature Description
Using
generates this rust code
I want to use
CurrentTab
in BTreeMap/HashMap as key, but currently I cannot do this, due missing traits, so I must manually implement themCan this derives be added by default?
Product Impact
No response
The text was updated successfully, but these errors were encountered: