Enum dbml_rs::ast::indexes::IndexesType
source · pub enum IndexesType {
BTree,
Gin,
Gist,
Hash,
}Variants§
Trait Implementations§
source§impl Clone for IndexesType
impl Clone for IndexesType
source§fn clone(&self) -> IndexesType
fn clone(&self) -> IndexesType
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 IndexesType
impl Debug for IndexesType
source§impl FromStr for IndexesType
impl FromStr for IndexesType
source§impl PartialEq<IndexesType> for IndexesType
impl PartialEq<IndexesType> for IndexesType
source§fn eq(&self, other: &IndexesType) -> bool
fn eq(&self, other: &IndexesType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.