Struct sea_query::index::Index [−][src]
pub struct Index;
Shorthand for constructing any index statement
Implementations
impl Index
[src]
impl Index
[src]pub fn create() -> IndexCreateStatement
[src]
Construct index IndexCreateStatement
pub fn drop() -> IndexDropStatement
[src]
Construct index IndexDropStatement
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Index
impl RefUnwindSafe for Index
impl UnwindSafe for Index
impl UnwindSafe for Index