pub struct ResponseScorer { /* private fields */ }Expand description
Scorer for response text similarity
Implementations§
Source§impl ResponseScorer
impl ResponseScorer
Sourcepub fn with_config(config: ResponseMatchConfig) -> Self
pub fn with_config(config: ResponseMatchConfig) -> Self
Create with custom config
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResponseScorer
impl RefUnwindSafe for ResponseScorer
impl Send for ResponseScorer
impl Sync for ResponseScorer
impl Unpin for ResponseScorer
impl UnwindSafe for ResponseScorer
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