Struct airmash_protocol::server::ScoreDetailedCTF [−][src]
pub struct ScoreDetailedCTF {
pub scores: Vec<ScoreDetailedCTFEntry>,
}Detailed score menu (tab) data for CTF.
Fields
scores: Vec<ScoreDetailedCTFEntry>
Trait Implementations
impl Clone for ScoreDetailedCTF[src]
impl Clone for ScoreDetailedCTFfn clone(&self) -> ScoreDetailedCTF[src]
fn clone(&self) -> ScoreDetailedCTFReturns 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 ScoreDetailedCTF[src]
impl Debug for ScoreDetailedCTFfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<ScoreDetailedCTF> for ServerPacket[src]
impl From<ScoreDetailedCTF> for ServerPacketfn from(v: ScoreDetailedCTF) -> Self[src]
fn from(v: ScoreDetailedCTF) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ScoreDetailedCTF
impl Send for ScoreDetailedCTFimpl Sync for ScoreDetailedCTF
impl Sync for ScoreDetailedCTF