pub enum VectorAlgorithm {
Ann,
Exact,
}Variants§
Trait Implementations§
Source§impl Clone for VectorAlgorithm
impl Clone for VectorAlgorithm
Source§fn clone(&self) -> VectorAlgorithm
fn clone(&self) -> VectorAlgorithm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VectorAlgorithm
Source§impl Debug for VectorAlgorithm
impl Debug for VectorAlgorithm
impl Eq for VectorAlgorithm
Source§impl PartialEq for VectorAlgorithm
impl PartialEq for VectorAlgorithm
Source§fn eq(&self, other: &VectorAlgorithm) -> bool
fn eq(&self, other: &VectorAlgorithm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VectorAlgorithm
Auto Trait Implementations§
impl Freeze for VectorAlgorithm
impl RefUnwindSafe for VectorAlgorithm
impl Send for VectorAlgorithm
impl Sync for VectorAlgorithm
impl Unpin for VectorAlgorithm
impl UnsafeUnpin for VectorAlgorithm
impl UnwindSafe for VectorAlgorithm
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