Enum sea_query::index::IndexStatement [−][src]
pub enum IndexStatement { Create(IndexCreateStatement), Drop(IndexDropStatement), }
All available types of index statement
Variants
Create(IndexCreateStatement)
Drop(IndexDropStatement)
Trait Implementations
impl Clone for IndexStatement
[src]
impl Clone for IndexStatement
[src]fn clone(&self) -> IndexStatement
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl !RefUnwindSafe for IndexStatement
impl !RefUnwindSafe for IndexStatement
impl !Send for IndexStatement
impl !Send for IndexStatement
impl !Sync for IndexStatement
impl !Sync for IndexStatement
impl Unpin for IndexStatement
impl Unpin for IndexStatement
impl !UnwindSafe for IndexStatement
impl !UnwindSafe for IndexStatement