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