pub struct AllTop10 {
pub map: StatsMap,
pub name: String,
pub time: f64,
pub rank: u64,
pub team_rank: Option<u64>,
pub team_time: Option<f64>,
}
Fields§
§map: StatsMap
§name: String
§time: f64
§rank: u64
§team_rank: Option<u64>
§team_time: Option<f64>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AllTop10
impl<'de> Deserialize<'de> for AllTop10
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for AllTop10
Auto Trait Implementations§
impl Freeze for AllTop10
impl RefUnwindSafe for AllTop10
impl Send for AllTop10
impl Sync for AllTop10
impl Unpin for AllTop10
impl UnwindSafe for AllTop10
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