pub struct QueryHit {
pub label: String,
pub score: f64,
pub tfidf_score: f64,
pub graph_score: f64,
}Fields§
§label: String§score: f64§tfidf_score: f64§graph_score: f64Auto Trait Implementations§
impl Freeze for QueryHit
impl RefUnwindSafe for QueryHit
impl Send for QueryHit
impl Sync for QueryHit
impl Unpin for QueryHit
impl UnwindSafe for QueryHit
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