enum GeneratedRuleSearchTask {
Continue {
literal_index: usize,
bindings: HashMap<String, DiagnosticScalar>,
threshold_comparisons: Vec<ThresholdComparison>,
},
TryPositiveRows {
literal_index: usize,
row_index: usize,
bindings: HashMap<String, DiagnosticScalar>,
threshold_comparisons: Vec<ThresholdComparison>,
},
}Variants§
Continue
TryPositiveRows
Auto Trait Implementations§
impl Freeze for GeneratedRuleSearchTask
impl RefUnwindSafe for GeneratedRuleSearchTask
impl Send for GeneratedRuleSearchTask
impl Sync for GeneratedRuleSearchTask
impl Unpin for GeneratedRuleSearchTask
impl UnsafeUnpin for GeneratedRuleSearchTask
impl UnwindSafe for GeneratedRuleSearchTask
Blanket Implementations§
impl<T> Allocation for T
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