pub struct Scored {
pub total: f64,
pub features: Vec<Feature>,
}Expand description
A scored candidate: total plus the per-feature breakdown.
Fields§
§total: f64§features: Vec<Feature>Trait Implementations§
impl StructuralPartialEq for Scored
Auto Trait Implementations§
impl Freeze for Scored
impl RefUnwindSafe for Scored
impl Send for Scored
impl Sync for Scored
impl Unpin for Scored
impl UnsafeUnpin for Scored
impl UnwindSafe for Scored
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