Struct glicko2::GlickoPlayer [] [src]

pub struct GlickoPlayer {
    pub rating: f64,
    pub rating_deviation: f64,
}

Fields

Methods

impl GlickoPlayer
[src]

Trait Implementations

impl Clone for GlickoPlayer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GlickoPlayer
[src]

impl Debug for GlickoPlayer
[src]

[src]

Formats the value using the given formatter.

impl From<Glicko2Player> for GlickoPlayer
[src]

[src]

Performs the conversion.