Struct rlstats::Season [] [src]

pub struct Season {
    pub season_id: i64,
    pub started_on: i64,
    pub ended_on: Option<i64>,
}

A RocketLeague season.

Fields

1, 2, 3, 4 and onwards.

This is a unix timestamp.

This is a unix timestamp.

This field will be None if the season has not yet ended.

Trait Implementations

impl Debug for Season
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Season

impl Sync for Season