pub enum FindMode {
Fuzzy,
Bm25,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FindMode
impl RefUnwindSafe for FindMode
impl Send for FindMode
impl Sync for FindMode
impl Unpin for FindMode
impl UnsafeUnpin for FindMode
impl UnwindSafe for FindMode
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