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