Enum sea_query::table::TableDropOpt [−][src]
pub enum TableDropOpt {
Restrict,
Cascade,
}
Expand description
All available table drop options
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableDropOpt
impl Send for TableDropOpt
impl Sync for TableDropOpt
impl Unpin for TableDropOpt
impl UnwindSafe for TableDropOpt
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self