Enum sea_query::table::TableDropOpt
source · [−]pub enum TableDropOpt {
Restrict,
Cascade,
}
Expand description
All available table drop options
Variants
Restrict
Cascade
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