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