pub enum ScoreBand {
Critical,
Poor,
Fair,
Good,
Excellent,
}Expand description
Coarse qualitative band for interpreting a raw Synapse score.
Thresholds are heuristics intended for dashboards and UX copy, not a formal standard. They apply best to Vortex and Axon; Radiance scales differently with channel width.
Variants§
Critical
Very poor / unusable for interactive use.
Poor
Noticeably degraded.
Fair
Acceptable for general browsing.
Good
Comfortable for most workloads.
Excellent
Excellent headroom.
Implementations§
Trait Implementations§
impl Copy for ScoreBand
impl Eq for ScoreBand
Source§impl Ord for ScoreBand
impl Ord for ScoreBand
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ScoreBand
impl PartialOrd for ScoreBand
impl StructuralPartialEq for ScoreBand
Auto Trait Implementations§
impl Freeze for ScoreBand
impl RefUnwindSafe for ScoreBand
impl Send for ScoreBand
impl Sync for ScoreBand
impl Unpin for ScoreBand
impl UnsafeUnpin for ScoreBand
impl UnwindSafe for ScoreBand
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