Enum sea_query::table::TableDropOpt
source · pub enum TableDropOpt {
Restrict,
Cascade,
}
Expand description
All available table drop options
Variants§
Trait Implementations§
source§impl Clone for TableDropOpt
impl Clone for TableDropOpt
source§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