pub struct MockHashTokenIndexer;Expand description
Hash-based token indexer
Trait Implementations§
Source§impl Bm25TokenIndexer for MockHashTokenIndexer
impl Bm25TokenIndexer for MockHashTokenIndexer
Source§type Bm25TokenIndex = u64
type Bm25TokenIndex = u64
The type used to represent token indices.
This associated type defines what kind of index representation is used
for tokens.
Auto Trait Implementations§
impl Freeze for MockHashTokenIndexer
impl RefUnwindSafe for MockHashTokenIndexer
impl Send for MockHashTokenIndexer
impl Sync for MockHashTokenIndexer
impl Unpin for MockHashTokenIndexer
impl UnwindSafe for MockHashTokenIndexer
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