pub enum IndexStructure {
ColumnTrie,
TreeTrie,
}Variants§
Trait Implementations§
Source§impl Clone for IndexStructure
impl Clone for IndexStructure
Source§fn clone(&self) -> IndexStructure
fn clone(&self) -> IndexStructure
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 Debug for IndexStructure
impl Debug for IndexStructure
Source§impl FromStr for IndexStructure
impl FromStr for IndexStructure
Source§impl PartialEq for IndexStructure
impl PartialEq for IndexStructure
Source§impl ValueEnum for IndexStructure
impl ValueEnum for IndexStructure
impl Copy for IndexStructure
impl Eq for IndexStructure
impl StructuralPartialEq for IndexStructure
Auto Trait Implementations§
impl Freeze for IndexStructure
impl RefUnwindSafe for IndexStructure
impl Send for IndexStructure
impl Sync for IndexStructure
impl Unpin for IndexStructure
impl UnwindSafe for IndexStructure
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.