pub struct RecallMatch {
pub unit: Unit,
pub score: u32,
}Expand description
A matched unit with its relevance score.
Fields§
§unit: Unit§score: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecallMatch
impl RefUnwindSafe for RecallMatch
impl Send for RecallMatch
impl Sync for RecallMatch
impl Unpin for RecallMatch
impl UnsafeUnpin for RecallMatch
impl UnwindSafe for RecallMatch
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