pub struct InfoSMap {
pub map: StatsMap,
pub finishes: u64,
pub finishes_rank: u64,
pub median_time: f64,
}
Fields§
§map: StatsMap
§finishes: u64
§finishes_rank: u64
§median_time: f64
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InfoSMap
impl<'de> Deserialize<'de> for InfoSMap
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 InfoSMap
Auto Trait Implementations§
impl Freeze for InfoSMap
impl RefUnwindSafe for InfoSMap
impl Send for InfoSMap
impl Sync for InfoSMap
impl Unpin for InfoSMap
impl UnwindSafe for InfoSMap
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