- API ›
- Constructors ›
- StatsUrl
StatsUrl
---types--- statsURL#47a971e0 url:string = StatsURL
Belongs to
| StatsURL |
In Rust this constructor is a variant of the enums::StatsURL enum.
Match on it with: if let enums::StatsURL::StatsUrl(v) = result { ... }
Parameters
| url | string | required |