pub struct ScoringResult { /* private fields */ }Expand description
Result of evaluating a ScoringSystem on a list of notes and hits
(ScoringSystem::evaluate)
Auto Trait Implementations§
impl Freeze for ScoringResult
impl RefUnwindSafe for ScoringResult
impl Send for ScoringResult
impl Sync for ScoringResult
impl Unpin for ScoringResult
impl UnwindSafe for ScoringResult
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