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 TableDropOptimpl Send for TableDropOptimpl Sync for TableDropOptimpl Unpin for TableDropOptimpl UnwindSafe for TableDropOptBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V