pub struct EvalRunRow {Show 13 fields
pub eval_id: String,
pub candidate_id: String,
pub task_id: String,
pub backend: String,
pub seed: i64,
pub mindstate_hash: String,
pub patch_hash: String,
pub structural_sig: String,
pub scores_json: String,
pub violations_json: String,
pub logs_ref: String,
pub cea_run_hash: Option<String>,
pub created_at: String,
}Fields§
§eval_id: String§candidate_id: String§task_id: String§backend: String§seed: i64§mindstate_hash: String§patch_hash: String§structural_sig: String§scores_json: String§violations_json: String§logs_ref: String§cea_run_hash: Option<String>§created_at: StringTrait Implementations§
Source§impl Clone for EvalRunRow
impl Clone for EvalRunRow
Source§fn clone(&self) -> EvalRunRow
fn clone(&self) -> EvalRunRow
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 moreAuto Trait Implementations§
impl Freeze for EvalRunRow
impl RefUnwindSafe for EvalRunRow
impl Send for EvalRunRow
impl Sync for EvalRunRow
impl Unpin for EvalRunRow
impl UnsafeUnpin for EvalRunRow
impl UnwindSafe for EvalRunRow
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