Struct airmash_protocol::server::ChatSay[][src]

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

Fields

Trait Implementations

impl Clone for ChatSay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChatSay
[src]

Formats the value using the given formatter. Read more

impl From<ChatSay> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ChatSay

impl Sync for ChatSay