Struct airmash_protocol::server::ChatPublic[][src]

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

Fields

Trait Implementations

impl Clone for ChatPublic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChatPublic
[src]

Formats the value using the given formatter. Read more

impl From<ChatPublic> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ChatPublic

impl Sync for ChatPublic