Struct rlstats::Platform
[−]
[src]
pub struct Platform {
pub id: i32,
pub name: String,
}A platform that RocketLeague supports.
Fields
id: i32
Some known IDs:
- 1 is Steam
- 2 is PS4
- 3 is XboxOne
name: String
Trait Implementations
impl Clone for Platform[src]
fn clone(&self) -> Platform[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more