struct GeneratedRuleEvaluation {
accepted: bool,
failed_predicates: Vec<String>,
threshold_comparisons: Vec<ThresholdComparison>,
}Fields§
§accepted: bool§failed_predicates: Vec<String>§threshold_comparisons: Vec<ThresholdComparison>Auto Trait Implementations§
impl Freeze for GeneratedRuleEvaluation
impl RefUnwindSafe for GeneratedRuleEvaluation
impl Send for GeneratedRuleEvaluation
impl Sync for GeneratedRuleEvaluation
impl Unpin for GeneratedRuleEvaluation
impl UnsafeUnpin for GeneratedRuleEvaluation
impl UnwindSafe for GeneratedRuleEvaluation
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