pub enum StatQuery {
TotalDistance,
TotalTurns,
BestRunDistance,
BestRunTurns,
CurrentRunDistance,
CurrentRunTurns,
TotalEffectiveDistance,
BestRunEffectiveDistance,
CurrentRunEffectiveDistance,
Score,
}
Expand description
Which stat to query
Variants§
TotalDistance
TotalTurns
BestRunDistance
BestRunTurns
CurrentRunDistance
CurrentRunTurns
TotalEffectiveDistance
BestRunEffectiveDistance
CurrentRunEffectiveDistance
Score
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatQuery
impl RefUnwindSafe for StatQuery
impl Send for StatQuery
impl Sync for StatQuery
impl Unpin for StatQuery
impl UnwindSafe for StatQuery
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