Struct airmash_protocol::client::Say[][src]

pub struct Say {
    pub text: String,
}

Say a message in a chat bubble

Fields

Trait Implementations

impl Clone for Say
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Say
[src]

Formats the value using the given formatter. Read more

impl From<Say> for ClientPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Say

impl Sync for Say