Enum sea_query::schema::SchemaStatement [−][src]
pub enum SchemaStatement { TableStatement(TableStatement), IndexStatement(IndexStatement), ForeignKeyStatement(ForeignKeyStatement), }
Variants
Tuple Fields of TableStatement
Tuple Fields of IndexStatement
Tuple Fields of ForeignKeyStatement
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SchemaStatement
impl Send for SchemaStatement
impl Sync for SchemaStatement
impl Unpin for SchemaStatement
impl !UnwindSafe for SchemaStatement
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self