Struct airmash_protocol::server::ChatPublic [−][src]
Fields
id: Player
text: String
Trait Implementations
impl Clone for ChatPublic[src]
impl Clone for ChatPublicfn clone(&self) -> ChatPublic[src]
fn clone(&self) -> ChatPublicReturns 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 ChatPublic[src]
impl Debug for ChatPublicfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<ChatPublic> for ServerPacket[src]
impl From<ChatPublic> for ServerPacketfn from(v: ChatPublic) -> Self[src]
fn from(v: ChatPublic) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ChatPublic
impl Send for ChatPublicimpl Sync for ChatPublic
impl Sync for ChatPublic