pub struct KeywordMetric;Expand description
Built-in keyword matching metric.
Scores based on the fraction of expected keywords found in the output.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeywordMetric
impl RefUnwindSafe for KeywordMetric
impl Send for KeywordMetric
impl Sync for KeywordMetric
impl Unpin for KeywordMetric
impl UnsafeUnpin for KeywordMetric
impl UnwindSafe for KeywordMetric
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