Enum sea_query::index::IndexType [−][src]
pub enum IndexType {
BTree,
FullText,
Hash,
Custom(DynIden),
}Expand description
Specification of a table index
Variants
Custom(DynIden)Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for IndexTypeimpl !UnwindSafe for IndexTypeBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V