pub struct EvalHints {
pub domain: Option<String>,
pub typical_turns: Option<u32>,
pub critical_tools: Vec<String>,
pub pass_threshold: Option<f64>,
pub scenario_count: Option<u32>,
}Fields§
§domain: Option<String>§typical_turns: Option<u32>§critical_tools: Vec<String>§pass_threshold: Option<f64>§scenario_count: Option<u32>Trait Implementations§
Source§impl<'de> Deserialize<'de> for EvalHints
impl<'de> Deserialize<'de> for EvalHints
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
impl StructuralPartialEq for EvalHints
Auto Trait Implementations§
impl Freeze for EvalHints
impl RefUnwindSafe for EvalHints
impl Send for EvalHints
impl Sync for EvalHints
impl Unpin for EvalHints
impl UnsafeUnpin for EvalHints
impl UnwindSafe for EvalHints
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