pub struct EvidenceBundleRow {Show 13 fields
pub bundle_id: String,
pub candidate_id: String,
pub eval_id: String,
pub version_id: String,
pub trace_id: String,
pub canonical_bundle_json: Option<String>,
pub scores_json: String,
pub hypotheses_json: String,
pub verification_plan_json: Option<String>,
pub diff_json: Option<String>,
pub assessment_json: Option<String>,
pub warnings_json: String,
pub created_at: String,
}Fields§
§bundle_id: String§candidate_id: String§eval_id: String§version_id: String§trace_id: String§canonical_bundle_json: Option<String>§scores_json: String§hypotheses_json: String§verification_plan_json: Option<String>§diff_json: Option<String>§assessment_json: Option<String>§warnings_json: String§created_at: StringImplementations§
Source§impl EvidenceBundleRow
impl EvidenceBundleRow
pub fn canonical_bundle(&self) -> ForgeResult<EvidenceBundle>
pub fn local_bundle(&self) -> ForgeResult<ExperimentEvidenceBundle>
Trait Implementations§
Source§impl Clone for EvidenceBundleRow
impl Clone for EvidenceBundleRow
Source§fn clone(&self) -> EvidenceBundleRow
fn clone(&self) -> EvidenceBundleRow
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 EvidenceBundleRow
impl RefUnwindSafe for EvidenceBundleRow
impl Send for EvidenceBundleRow
impl Sync for EvidenceBundleRow
impl Unpin for EvidenceBundleRow
impl UnsafeUnpin for EvidenceBundleRow
impl UnwindSafe for EvidenceBundleRow
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