pub struct GroupSemanticMatchRecord {
pub group_name: String,
pub run_index: usize,
pub timestamp: String,
pub label: i8,
pub grammar_state: String,
pub heuristic_name: String,
pub participating_features: String,
pub structural_score_proxy: f64,
pub rank: usize,
}Fields§
§group_name: String§run_index: usize§timestamp: String§label: i8§grammar_state: String§heuristic_name: String§participating_features: String§structural_score_proxy: f64§rank: usizeTrait Implementations§
Source§impl Clone for GroupSemanticMatchRecord
impl Clone for GroupSemanticMatchRecord
Source§fn clone(&self) -> GroupSemanticMatchRecord
fn clone(&self) -> GroupSemanticMatchRecord
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 GroupSemanticMatchRecord
impl Debug for GroupSemanticMatchRecord
Auto Trait Implementations§
impl Freeze for GroupSemanticMatchRecord
impl RefUnwindSafe for GroupSemanticMatchRecord
impl Send for GroupSemanticMatchRecord
impl Sync for GroupSemanticMatchRecord
impl Unpin for GroupSemanticMatchRecord
impl UnsafeUnpin for GroupSemanticMatchRecord
impl UnwindSafe for GroupSemanticMatchRecord
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