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

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

Detailed menu (tab) data for BTR.

Fields

Trait Implementations

impl Clone for ScoreDetailedBTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ScoreDetailedBTR
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations