Struct airmash_protocol::server::ChatSay [−][src]
Fields
id: Player
text: String
Trait Implementations
impl Clone for ChatSay[src]
impl Clone for ChatSayfn clone(&self) -> ChatSay[src]
fn clone(&self) -> ChatSayReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ChatSay[src]
impl Debug for ChatSayfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<ChatSay> for ServerPacket[src]
impl From<ChatSay> for ServerPacket