Struct airmash_protocol::server::ChatTeam [−][src]
Fields
id: Player
text: String
Trait Implementations
impl Clone for ChatTeam[src]
impl Clone for ChatTeamfn clone(&self) -> ChatTeam[src]
fn clone(&self) -> ChatTeamReturns 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 ChatTeam[src]
impl Debug for ChatTeamfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<ChatTeam> for ServerPacket[src]
impl From<ChatTeam> for ServerPacket