Struct rgs_models::Player [] [src]

pub struct Player {
    pub name: String,
    pub ping: Option<i64>,
    pub info: HashMap<String, String>,
}

Fields

Trait Implementations

impl Clone for Player
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Player
[src]

Formats the value using the given formatter.

impl Default for Player
[src]

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

impl PartialEq for Player
[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 Player
[src]