pub struct KeywordReranker { /* private fields */ }Expand description
A simple keyword-matching Reranker
Implementations§
Trait Implementations§
Source§impl Default for KeywordReranker
impl Default for KeywordReranker
Auto Trait Implementations§
impl Freeze for KeywordReranker
impl RefUnwindSafe for KeywordReranker
impl Send for KeywordReranker
impl Sync for KeywordReranker
impl Unpin for KeywordReranker
impl UnsafeUnpin for KeywordReranker
impl UnwindSafe for KeywordReranker
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