Struct rlstats::Platform [] [src]

pub struct Platform {
    pub id: i32,
    pub name: String,
}

A platform that RocketLeague supports.

Fields

Some known IDs:

  • 1 is Steam
  • 2 is PS4
  • 3 is XboxOne

Trait Implementations

impl Clone for Platform
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Platform
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Platform

impl Sync for Platform