pub struct ReplayRoiReleaseGateThresholds {
pub min_replay_attempts: u64,
pub min_replay_hit_rate: f64,
pub max_false_replay_rate: f64,
pub min_reasoning_avoided_tokens: u64,
pub min_replay_roi: f64,
pub require_replay_safety: bool,
}Fields§
§min_replay_attempts: u64§min_replay_hit_rate: f64§max_false_replay_rate: f64§min_reasoning_avoided_tokens: u64§min_replay_roi: f64§require_replay_safety: boolTrait Implementations§
Source§impl Clone for ReplayRoiReleaseGateThresholds
impl Clone for ReplayRoiReleaseGateThresholds
Source§fn clone(&self) -> ReplayRoiReleaseGateThresholds
fn clone(&self) -> ReplayRoiReleaseGateThresholds
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<'de> Deserialize<'de> for ReplayRoiReleaseGateThresholds
impl<'de> Deserialize<'de> for ReplayRoiReleaseGateThresholds
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReplayRoiReleaseGateThresholds
impl PartialEq for ReplayRoiReleaseGateThresholds
Source§fn eq(&self, other: &ReplayRoiReleaseGateThresholds) -> bool
fn eq(&self, other: &ReplayRoiReleaseGateThresholds) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplayRoiReleaseGateThresholds
Auto Trait Implementations§
impl Freeze for ReplayRoiReleaseGateThresholds
impl RefUnwindSafe for ReplayRoiReleaseGateThresholds
impl Send for ReplayRoiReleaseGateThresholds
impl Sync for ReplayRoiReleaseGateThresholds
impl Unpin for ReplayRoiReleaseGateThresholds
impl UnsafeUnpin for ReplayRoiReleaseGateThresholds
impl UnwindSafe for ReplayRoiReleaseGateThresholds
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