Enum sea_orm_migration::prelude::TableDropOpt
pub enum TableDropOpt {
Restrict,
Cascade,
}Expand description
All available table drop options
Variants§
Trait Implementations§
§impl Clone for TableDropOpt
impl Clone for TableDropOpt
§fn clone(&self) -> TableDropOpt
fn clone(&self) -> TableDropOpt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more