pub struct DciTaskRow {
pub task_id: String,
pub label: Option<String>,
pub target: Option<String>,
pub best_localization: Vec<String>,
pub most_useful_hits: Vec<String>,
pub lowest_tool_calls: Option<String>,
pub lowest_latency: Option<String>,
pub lowest_token_budget: Option<String>,
pub lowest_output_tokens: Option<String>,
pub zero_output_failures: Vec<String>,
}Fields§
§task_id: String§label: Option<String>§target: Option<String>§best_localization: Vec<String>§most_useful_hits: Vec<String>§lowest_tool_calls: Option<String>§lowest_latency: Option<String>§lowest_token_budget: Option<String>§lowest_output_tokens: Option<String>§zero_output_failures: Vec<String>Trait Implementations§
Source§impl Clone for DciTaskRow
impl Clone for DciTaskRow
Source§fn clone(&self) -> DciTaskRow
fn clone(&self) -> DciTaskRow
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 DciTaskRow
impl Debug for DciTaskRow
Source§impl PartialEq for DciTaskRow
impl PartialEq for DciTaskRow
Source§impl Serialize for DciTaskRow
impl Serialize for DciTaskRow
impl StructuralPartialEq for DciTaskRow
Auto Trait Implementations§
impl Freeze for DciTaskRow
impl RefUnwindSafe for DciTaskRow
impl Send for DciTaskRow
impl Sync for DciTaskRow
impl Unpin for DciTaskRow
impl UnsafeUnpin for DciTaskRow
impl UnwindSafe for DciTaskRow
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