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

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

Event for a whisper message involving the current player

Fields

The player that sent the whisper.

The player that received the whisper.

Message text

Trait Implementations

impl Clone for ChatWhisper
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChatWhisper
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ChatWhisper

impl Sync for ChatWhisper