pub struct SemanticMatchRecord {Show 20 fields
pub feature_index: usize,
pub feature_name: String,
pub feature_role: String,
pub run_index: usize,
pub timestamp: String,
pub label: i8,
pub grammar_state: String,
pub grammar_reason: String,
pub motif_label: String,
pub heuristic_name: String,
pub alert_class_default: String,
pub grammar_constraints: String,
pub regime_conditions: String,
pub applicability_rules: String,
pub feature_scope: String,
pub ambiguity_note: String,
pub rescue_eligibility_guidance: String,
pub burden_contribution_class: String,
pub structural_score_proxy: f64,
pub rank: usize,
}Fields§
§feature_index: usize§feature_name: String§feature_role: String§run_index: usize§timestamp: String§label: i8§grammar_state: String§grammar_reason: String§motif_label: String§heuristic_name: String§alert_class_default: String§grammar_constraints: String§regime_conditions: String§applicability_rules: String§feature_scope: String§ambiguity_note: String§rescue_eligibility_guidance: String§burden_contribution_class: String§structural_score_proxy: f64§rank: usizeTrait Implementations§
Source§impl Clone for SemanticMatchRecord
impl Clone for SemanticMatchRecord
Source§fn clone(&self) -> SemanticMatchRecord
fn clone(&self) -> SemanticMatchRecord
Returns a duplicate of the value. Read more
1.0.0 · 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 SemanticMatchRecord
impl Debug for SemanticMatchRecord
Auto Trait Implementations§
impl Freeze for SemanticMatchRecord
impl RefUnwindSafe for SemanticMatchRecord
impl Send for SemanticMatchRecord
impl Sync for SemanticMatchRecord
impl Unpin for SemanticMatchRecord
impl UnsafeUnpin for SemanticMatchRecord
impl UnwindSafe for SemanticMatchRecord
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