Enum sea_query::index::IndexStatement [−][src]
pub enum IndexStatement {
Create(IndexCreateStatement),
Drop(IndexDropStatement),
}
Expand description
All available types of index statement
Variants
Tuple Fields of Create
Tuple Fields of Drop
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for IndexStatement
impl Send for IndexStatement
impl Sync for IndexStatement
impl Unpin for IndexStatement
impl !UnwindSafe for IndexStatement
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self