- API ›
- Constructors ›
- StatsPercentValue
StatsPercentValue
---types--- statsPercentValue#cbce2fe0 part:double total:double = StatsPercentValue
Belongs to
| StatsPercentValue |
In Rust this constructor is a variant of the enums::StatsPercentValue enum.
Match on it with: if let enums::StatsPercentValue::StatsPercentValue(v) = result { ... }