Struct airmash_protocol::client::TeamChat[][src]

pub struct TeamChat {
    pub text: String,
}

Send a message to your team.

Fields

Trait Implementations

impl Clone for TeamChat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TeamChat
[src]

Formats the value using the given formatter. Read more

impl From<TeamChat> for ClientPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for TeamChat

impl Sync for TeamChat