pub struct HeuristicProvenanceRow {
pub heuristic_id: String,
pub derived_from_failures: String,
pub uses_features: String,
pub targets_nuisance_class: String,
pub intended_effect: String,
pub motif_signature: String,
pub allowed_grammar_states: String,
pub action: String,
pub constraints: String,
pub ambiguity_note: String,
}Fields§
§heuristic_id: String§derived_from_failures: String§uses_features: String§targets_nuisance_class: String§intended_effect: String§motif_signature: String§allowed_grammar_states: String§action: String§constraints: String§ambiguity_note: StringTrait Implementations§
Source§impl Clone for HeuristicProvenanceRow
impl Clone for HeuristicProvenanceRow
Source§fn clone(&self) -> HeuristicProvenanceRow
fn clone(&self) -> HeuristicProvenanceRow
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 HeuristicProvenanceRow
impl Debug for HeuristicProvenanceRow
Auto Trait Implementations§
impl Freeze for HeuristicProvenanceRow
impl RefUnwindSafe for HeuristicProvenanceRow
impl Send for HeuristicProvenanceRow
impl Sync for HeuristicProvenanceRow
impl Unpin for HeuristicProvenanceRow
impl UnsafeUnpin for HeuristicProvenanceRow
impl UnwindSafe for HeuristicProvenanceRow
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