Struct rlstats::BatchPlayer [] [src]

pub struct BatchPlayer {
    pub id: String,
    pub platform_id: i32,
}

A batch player.

Fields

Trait Implementations

impl Debug for BatchPlayer
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BatchPlayer

impl Sync for BatchPlayer