Enum faiss_next_sys::FaissErrorCode
source · #[repr(i32)]pub enum FaissErrorCode {
OK = 0,
UNKNOWN_EXCEPT = -1,
FAISS_EXCEPT = -2,
STD_EXCEPT = -4,
}Variants§
Trait Implementations§
source§impl Clone for FaissErrorCode
impl Clone for FaissErrorCode
source§fn clone(&self) -> FaissErrorCode
fn clone(&self) -> FaissErrorCode
Returns a copy 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 Debug for FaissErrorCode
impl Debug for FaissErrorCode
source§impl Hash for FaissErrorCode
impl Hash for FaissErrorCode
source§impl PartialEq for FaissErrorCode
impl PartialEq for FaissErrorCode
source§fn eq(&self, other: &FaissErrorCode) -> bool
fn eq(&self, other: &FaissErrorCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FaissErrorCode
impl Eq for FaissErrorCode
impl StructuralEq for FaissErrorCode
impl StructuralPartialEq for FaissErrorCode
Auto Trait Implementations§
impl RefUnwindSafe for FaissErrorCode
impl Send for FaissErrorCode
impl Sync for FaissErrorCode
impl Unpin for FaissErrorCode
impl UnwindSafe for FaissErrorCode
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