pub struct ExpandedHeuristicEntry {Show 15 fields
pub heuristic_name: String,
pub motif_signature: String,
pub allowed_grammar_states: String,
pub role_class: String,
pub feature_scope: String,
pub interpretation_text: String,
pub ambiguity_note: String,
pub rescue_eligibility_guidance: String,
pub burden_contribution_class: String,
pub alert_class_default: String,
pub requires_persistence: bool,
pub requires_corroboration: bool,
pub minimum_window: usize,
pub minimum_hits: usize,
pub maximum_allowed_fragmentation: f64,
}Fields§
§heuristic_name: String§motif_signature: String§allowed_grammar_states: String§role_class: String§feature_scope: String§interpretation_text: String§ambiguity_note: String§rescue_eligibility_guidance: String§burden_contribution_class: String§alert_class_default: String§requires_persistence: bool§requires_corroboration: bool§minimum_window: usize§minimum_hits: usize§maximum_allowed_fragmentation: f64Trait Implementations§
Source§impl Clone for ExpandedHeuristicEntry
impl Clone for ExpandedHeuristicEntry
Source§fn clone(&self) -> ExpandedHeuristicEntry
fn clone(&self) -> ExpandedHeuristicEntry
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 ExpandedHeuristicEntry
impl Debug for ExpandedHeuristicEntry
Auto Trait Implementations§
impl Freeze for ExpandedHeuristicEntry
impl RefUnwindSafe for ExpandedHeuristicEntry
impl Send for ExpandedHeuristicEntry
impl Sync for ExpandedHeuristicEntry
impl Unpin for ExpandedHeuristicEntry
impl UnsafeUnpin for ExpandedHeuristicEntry
impl UnwindSafe for ExpandedHeuristicEntry
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