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

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

Event for a speech bubble by a player

Fields

Id of speaking player

Trait Implementations

impl Clone for ChatSay
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChatSay
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ChatSay

impl Sync for ChatSay