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 Clone for ScoreDetailed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreDetailed
[src]

Formats the value using the given formatter. Read more

impl Default for ScoreDetailed
[src]

Returns the "default value" for a type. Read more

impl From<ScoreDetailed> for ClientPacket
[src]

Performs the conversion.

Auto Trait Implementations