Struct airmash_protocol::server::ChatTeam[][src]

pub struct ChatTeam {
    pub id: Player,
    pub text: String,
}

Fields

Trait Implementations

impl Clone for ChatTeam
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChatTeam
[src]

Formats the value using the given formatter. Read more

impl From<ChatTeam> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ChatTeam

impl Sync for ChatTeam