pub struct SetScore {
pub set: String,
pub score: f64,
pub rules: Vec<Fired>,
}Expand description
One set of an output: the score its rules clip it at (joined by the file’s OR), and those rules.
Fields§
§set: String§score: f64§rules: Vec<Fired>Trait Implementations§
impl StructuralPartialEq for SetScore
Auto Trait Implementations§
impl Freeze for SetScore
impl RefUnwindSafe for SetScore
impl Send for SetScore
impl Sync for SetScore
impl Unpin for SetScore
impl UnsafeUnpin for SetScore
impl UnwindSafe for SetScore
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