pub struct FindTune {
pub bm25: f64,
pub fuzzy: f64,
pub vector: f64,
}Fields§
§bm25: f64§fuzzy: f64§vector: f64Implementations§
Trait Implementations§
impl Copy for FindTune
Auto Trait Implementations§
impl Freeze for FindTune
impl RefUnwindSafe for FindTune
impl Send for FindTune
impl Sync for FindTune
impl Unpin for FindTune
impl UnsafeUnpin for FindTune
impl UnwindSafe for FindTune
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