Struct airmash_protocol::server::ScoreDetailedBTR[][src]

pub struct ScoreDetailedBTR {
    pub scores: Vec<ScoreDetailedBTREntry>,
}

Fields

Trait Implementations

impl Clone for ScoreDetailedBTR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ScoreDetailedBTR
[src]

Formats the value using the given formatter. Read more

impl From<ScoreDetailedBTR> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations