Struct airmash_protocol::server::ScoreDetailedBTR [−][src]
pub struct ScoreDetailedBTR {
pub scores: Vec<ScoreDetailedBTREntry>,
}Fields
scores: Vec<ScoreDetailedBTREntry>
Trait Implementations
impl Clone for ScoreDetailedBTR[src]
impl Clone for ScoreDetailedBTRfn clone(&self) -> ScoreDetailedBTR[src]
fn clone(&self) -> ScoreDetailedBTRReturns 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 ScoreDetailedBTR[src]
impl Debug for ScoreDetailedBTRfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<ScoreDetailedBTR> for ServerPacket[src]
impl From<ScoreDetailedBTR> for ServerPacketfn from(v: ScoreDetailedBTR) -> Self[src]
fn from(v: ScoreDetailedBTR) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ScoreDetailedBTR
impl Send for ScoreDetailedBTRimpl Sync for ScoreDetailedBTR
impl Sync for ScoreDetailedBTR