pub struct DimensionDeltas {
pub task_completion: f64,
pub tool_selection: f64,
pub argument_correctness: f64,
pub schema_compliance: f64,
pub instruction_adherence: f64,
pub path_efficiency: f64,
}Fields§
§task_completion: f64§tool_selection: f64§argument_correctness: f64§schema_compliance: f64§instruction_adherence: f64§path_efficiency: f64Trait Implementations§
Source§impl Clone for DimensionDeltas
impl Clone for DimensionDeltas
Source§fn clone(&self) -> DimensionDeltas
fn clone(&self) -> DimensionDeltas
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 DimensionDeltas
impl Debug for DimensionDeltas
Source§impl<'de> Deserialize<'de> for DimensionDeltas
impl<'de> Deserialize<'de> for DimensionDeltas
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
Auto Trait Implementations§
impl Freeze for DimensionDeltas
impl RefUnwindSafe for DimensionDeltas
impl Send for DimensionDeltas
impl Sync for DimensionDeltas
impl Unpin for DimensionDeltas
impl UnsafeUnpin for DimensionDeltas
impl UnwindSafe for DimensionDeltas
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