pub struct Thresholds {
pub deny_novelty: f64,
pub followup_novelty: f64,
pub required_coverage: f64,
pub coverage_soft_floor: f64,
pub eval_slack: f64,
pub budget_soft_multiplier: f64,
pub replay_drift_ratio: f64,
}Fields§
§deny_novelty: f64§followup_novelty: f64§required_coverage: f64§coverage_soft_floor: f64§eval_slack: f64§budget_soft_multiplier: f64§replay_drift_ratio: f64Trait Implementations§
Source§impl Clone for Thresholds
impl Clone for Thresholds
Source§fn clone(&self) -> Thresholds
fn clone(&self) -> Thresholds
Returns a duplicate of the value. Read more
1.0.0 · 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 Thresholds
impl Debug for Thresholds
Auto Trait Implementations§
impl Freeze for Thresholds
impl RefUnwindSafe for Thresholds
impl Send for Thresholds
impl Sync for Thresholds
impl Unpin for Thresholds
impl UnwindSafe for Thresholds
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