Struct airmash_protocol::client::ScoreDetailed [−][src]
pub struct ScoreDetailed;
Request a detailed score packet from the server.
Trait Implementations
impl Copy for ScoreDetailed[src]
impl Copy for ScoreDetailedimpl Clone for ScoreDetailed[src]
impl Clone for ScoreDetailedfn clone(&self) -> ScoreDetailed[src]
fn clone(&self) -> ScoreDetailedReturns 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 ScoreDetailed[src]
impl Debug for ScoreDetailedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for ScoreDetailed[src]
impl Default for ScoreDetailedfn default() -> ScoreDetailed[src]
fn default() -> ScoreDetailedReturns the "default value" for a type. Read more
impl From<ScoreDetailed> for ClientPacket[src]
impl From<ScoreDetailed> for ClientPacketfn from(_: ScoreDetailed) -> Self[src]
fn from(_: ScoreDetailed) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ScoreDetailed
impl Send for ScoreDetailedimpl Sync for ScoreDetailed
impl Sync for ScoreDetailed