pub enum StoredIndexKind {
Range,
Text,
Point,
Lookup,
Vector,
Fulltext,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StoredIndexKind
impl Clone for StoredIndexKind
Source§fn clone(&self) -> StoredIndexKind
fn clone(&self) -> StoredIndexKind
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 moreSource§impl Debug for StoredIndexKind
impl Debug for StoredIndexKind
Source§impl<'de> Deserialize<'de> for StoredIndexKind
impl<'de> Deserialize<'de> for StoredIndexKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StoredIndexKind
impl PartialEq for StoredIndexKind
Source§fn eq(&self, other: &StoredIndexKind) -> bool
fn eq(&self, other: &StoredIndexKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StoredIndexKind
impl Serialize for StoredIndexKind
impl Copy for StoredIndexKind
impl Eq for StoredIndexKind
impl StructuralPartialEq for StoredIndexKind
Auto Trait Implementations§
impl Freeze for StoredIndexKind
impl RefUnwindSafe for StoredIndexKind
impl Send for StoredIndexKind
impl Sync for StoredIndexKind
impl Unpin for StoredIndexKind
impl UnsafeUnpin for StoredIndexKind
impl UnwindSafe for StoredIndexKind
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