Enum sea_query::index::IndexType [−][src]
pub enum IndexType {
BTree,
FullText,
Hash,
Custom(DynIden),
}
Expand description
Specification of a table index
Variants
Tuple Fields of Custom
0: DynIden
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for IndexType
impl !UnwindSafe for IndexType
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self