pub struct Outcome {
pub threshold: f64,
pub items: Vec<Item>,
pub outputs: Vec<OutputValue>,
}Expand description
What the rules made of a reply.
Fields§
§threshold: f64The score at or over which an item is a yes.
items: Vec<Item>Every item a then names, in the order the file first names it.
outputs: Vec<OutputValue>Every [output], with the crisp value its sets’ clipped shapes merge into.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Outcome
Auto Trait Implementations§
impl Freeze for Outcome
impl RefUnwindSafe for Outcome
impl Send for Outcome
impl Sync for Outcome
impl Unpin for Outcome
impl UnsafeUnpin for Outcome
impl UnwindSafe for Outcome
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