pub struct AnswerTraceRow {
pub trace_id: String,
pub question_sig: String,
pub version_id: String,
pub strategy_tags_json: String,
pub patch_hash: String,
pub structural_sig: String,
pub score_json: String,
pub created_at: String,
}Fields§
§trace_id: String§question_sig: String§version_id: String§patch_hash: String§structural_sig: String§score_json: String§created_at: StringTrait Implementations§
Source§impl Clone for AnswerTraceRow
impl Clone for AnswerTraceRow
Source§fn clone(&self) -> AnswerTraceRow
fn clone(&self) -> AnswerTraceRow
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 AnswerTraceRow
impl RefUnwindSafe for AnswerTraceRow
impl Send for AnswerTraceRow
impl Sync for AnswerTraceRow
impl Unpin for AnswerTraceRow
impl UnsafeUnpin for AnswerTraceRow
impl UnwindSafe for AnswerTraceRow
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