pub struct Bm25SearchService;Expand description
BM25 search service
Implementations§
Auto Trait Implementations§
impl Freeze for Bm25SearchService
impl RefUnwindSafe for Bm25SearchService
impl Send for Bm25SearchService
impl Sync for Bm25SearchService
impl Unpin for Bm25SearchService
impl UnwindSafe for Bm25SearchService
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