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