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