pub struct CosineDistance;Trait Implementations§
Source§impl Clone for CosineDistance
impl Clone for CosineDistance
Source§fn clone(&self) -> CosineDistance
fn clone(&self) -> CosineDistance
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<G, C> Diversity<C> for CosineDistance
impl<G, C> Diversity<C> for CosineDistance
Auto Trait Implementations§
impl Freeze for CosineDistance
impl RefUnwindSafe for CosineDistance
impl Send for CosineDistance
impl Sync for CosineDistance
impl Unpin for CosineDistance
impl UnsafeUnpin for CosineDistance
impl UnwindSafe for CosineDistance
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