pub enum IndexMethod {
Btree,
Hash,
}Variants§
Trait Implementations§
source§impl AsRef<str> for IndexMethod
impl AsRef<str> for IndexMethod
source§impl Debug for IndexMethod
impl Debug for IndexMethod
source§impl Default for IndexMethod
impl Default for IndexMethod
source§fn default() -> IndexMethod
fn default() -> IndexMethod
Returns the “default value” for a type. Read more
source§impl FromStr for IndexMethod
impl FromStr for IndexMethod
Auto Trait Implementations§
impl RefUnwindSafe for IndexMethod
impl Send for IndexMethod
impl Sync for IndexMethod
impl Unpin for IndexMethod
impl UnwindSafe for IndexMethod
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