- API ›
- Constructors ›
- StatsAbsValueAndPrev
StatsAbsValueAndPrev
---types--- statsAbsValueAndPrev#cb43acde current:double previous:double = StatsAbsValueAndPrev
Belongs to
| StatsAbsValueAndPrev |
In Rust this constructor is a variant of the enums::StatsAbsValueAndPrev enum.
Match on it with: if let enums::StatsAbsValueAndPrev::StatsAbsValueAndPrev(v) = result { ... }