pub struct ScoreDetailedCTF {
pub scores: Vec<ScoreDetailedCTFEntry>,
}Expand description
Detailed score menu (tab) data for CTF.
Fields§
§scores: Vec<ScoreDetailedCTFEntry>Trait Implementations§
Source§impl Clone for ScoreDetailedCTF
impl Clone for ScoreDetailedCTF
Source§fn clone(&self) -> ScoreDetailedCTF
fn clone(&self) -> ScoreDetailedCTF
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScoreDetailedCTF
impl Debug for ScoreDetailedCTF
Source§impl<'de> DeserializeV5<'de> for ScoreDetailedCTF
impl<'de> DeserializeV5<'de> for ScoreDetailedCTF
fn deserialize(de: &mut AirmashDeserializerV5<'de>) -> Result<Self>
Source§impl From<ScoreDetailedCTF> for ServerPacket
impl From<ScoreDetailedCTF> for ServerPacket
Source§fn from(v: ScoreDetailedCTF) -> Self
fn from(v: ScoreDetailedCTF) -> Self
Converts to this type from the input type.
Source§impl SerializeV5 for ScoreDetailedCTF
impl SerializeV5 for ScoreDetailedCTF
fn serialize<'ser>(&self, ser: &mut AirmashSerializerV5<'ser>) -> Result
Auto Trait Implementations§
impl Freeze for ScoreDetailedCTF
impl RefUnwindSafe for ScoreDetailedCTF
impl Send for ScoreDetailedCTF
impl Sync for ScoreDetailedCTF
impl Unpin for ScoreDetailedCTF
impl UnwindSafe for ScoreDetailedCTF
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more