pub struct L2Fn;Expand description
Simple L2 distance function for use with quantizers.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L2Fn
impl RefUnwindSafe for L2Fn
impl Send for L2Fn
impl Sync for L2Fn
impl Unpin for L2Fn
impl UnwindSafe for L2Fn
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