Enum sea_query::table::TableDropOpt [−][src]
pub enum TableDropOpt {
Restrict,
Cascade,
}All available table drop options
Variants
Trait Implementations
impl Clone for TableDropOpt[src]
impl Clone for TableDropOpt[src]fn clone(&self) -> TableDropOpt[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for TableDropOpt
impl RefUnwindSafe for TableDropOptimpl Send for TableDropOpt
impl Send for TableDropOptimpl Sync for TableDropOpt
impl Sync for TableDropOptimpl Unpin for TableDropOpt
impl Unpin for TableDropOptimpl UnwindSafe for TableDropOpt
impl UnwindSafe for TableDropOpt