Struct airmash_protocol::client::Chat [−][src]
pub struct Chat {
pub text: String,
}Say something in public chat.
Fields
text: String
Trait Implementations
impl Clone for Chat[src]
impl Clone for Chatfn clone(&self) -> Chat[src]
fn clone(&self) -> ChatReturns 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 Chat[src]
impl Debug for Chatfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<Chat> for ClientPacket[src]
impl From<Chat> for ClientPacket