Enum sea_query::extension::postgres::TypeDropOpt
source · pub enum TypeDropOpt {
Cascade,
Restrict,
}
Available on crate feature
backend-postgres
only.Variants§
Trait Implementations§
source§impl Clone for TypeDropOpt
impl Clone for TypeDropOpt
source§fn clone(&self) -> TypeDropOpt
fn clone(&self) -> TypeDropOpt
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