Struct airmash_protocol::server::PlayerReteam [] [src]

pub struct PlayerReteam {
    pub players: Vec<PlayerReteamPlayer>,
}

Event fired when players change teams.

Fields

List of players that have changed teams. Note that this does not include players that have remained on the same team.

Trait Implementations

impl Clone for PlayerReteam
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PlayerReteam
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PlayerReteam

impl Sync for PlayerReteam