Struct rlstats::Population [] [src]

pub struct Population {
    pub players: i32,
    pub updated_at: i64,
}

Population of a Playlist.

Fields

Number of players currently playing the playlist.

This is a unix timestamp.

Trait Implementations

impl Debug for Population
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Population

impl Sync for Population