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