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