Struct elma::BestTimes[][src]

pub struct BestTimes {
    pub single: Vec<TimeEntry>,
    pub multi: Vec<TimeEntry>,
}

Best times struct.

Fields

Single-player times.

Multi-player times.

Methods

impl BestTimes
[src]

Create a new best times struct.

Trait Implementations

impl Debug for BestTimes
[src]

Formats the value using the given formatter. Read more

impl Default for BestTimes
[src]

Returns the "default value" for a type. Read more

impl PartialEq for BestTimes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BestTimes
[src]

impl Clone for BestTimes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BestTimes

impl Sync for BestTimes