Enum rustpotter::ScoreMode
source · pub enum ScoreMode {
Average,
Max,
Median,
P25,
P50,
P75,
P80,
P90,
P95,
}Expand description
Indicates how to calculate the final score.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ScoreMode
impl Send for ScoreMode
impl Sync for ScoreMode
impl Unpin for ScoreMode
impl UnwindSafe for ScoreMode
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