Struct glicko2::Glicko2Rating [] [src]

pub struct Glicko2Rating {
    pub value: f64,
    pub deviation: f64,
    pub volatility: f64,
}

Represents the rating of a player or team on the Glicko2 scale.

Fields

Methods

impl Glicko2Rating
[src]

[src]

Constructs a Glicko2Rating using the defaults for a new (unrated) player or team.

Trait Implementations

impl Clone for Glicko2Rating
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Glicko2Rating
[src]

impl Debug for Glicko2Rating
[src]

[src]

Formats the value using the given formatter.

impl From<GlickoRating> for Glicko2Rating
[src]

[src]

Performs the conversion.

impl Default for Glicko2Rating
[src]

[src]

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