pub struct GateScoreSample {
pub gate: String,
pub score: f64,
pub threshold: f64,
}Expand description
One scored evaluation of one gate: the (score, threshold) pair a
gate.result event stated, verbatim (kranz records, never normalizes —
the crate::gate_scores contract), keyed by the gate identity. The
distribution fold’s atom; the replay identity (mission/seq/ts/surface/
verdict) the series carries is not read here, so it is not carried.
Fold-internal — the report structs are the wire surface.
Fields§
§gate: String§score: f64§threshold: f64Trait Implementations§
Source§impl Clone for GateScoreSample
impl Clone for GateScoreSample
Source§fn clone(&self) -> GateScoreSample
fn clone(&self) -> GateScoreSample
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GateScoreSample
impl Debug for GateScoreSample
Source§impl PartialEq for GateScoreSample
impl PartialEq for GateScoreSample
impl StructuralPartialEq for GateScoreSample
Auto Trait Implementations§
impl Freeze for GateScoreSample
impl RefUnwindSafe for GateScoreSample
impl Send for GateScoreSample
impl Sync for GateScoreSample
impl Unpin for GateScoreSample
impl UnsafeUnpin for GateScoreSample
impl UnwindSafe for GateScoreSample
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