Commit d534103
authored
Add derive traits for TokenMetadata struct (#1446)
### What
Add Debug, PartialEq, Eq, PartialOrd, and Ord trait implementations to
TokenMetadata struct.
### Why
Support comparison operations and debug formatting for token metadata.
The type is simple, and it's reasonable to include these impls.
Close #14441 parent c1d2b5c commit d534103
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments