Struct airmash_protocol::server::ChatWhisper[][src]

pub struct ChatWhisper {
    pub from: Player,
    pub to: Player,
    pub text: String,
}

Fields

Trait Implementations

impl Clone for ChatWhisper
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChatWhisper
[src]

Formats the value using the given formatter. Read more

impl From<ChatWhisper> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ChatWhisper

impl Sync for ChatWhisper