Struct airmash_protocol::server::PlayerReteamPlayer[][src]

pub struct PlayerReteamPlayer {
    pub id: Player,
    pub team: Team,
}

Details about a player that has switched teams.

Fields

Trait Implementations

impl Copy for PlayerReteamPlayer
[src]

impl Clone for PlayerReteamPlayer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlayerReteamPlayer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations