Enum sea_query::foreign_key::ForeignKeyAction
source · pub enum ForeignKeyAction {
Restrict,
Cascade,
SetNull,
NoAction,
SetDefault,
}
Expand description
Foreign key on update & on delete actions
Variants§
Trait Implementations§
source§impl Clone for ForeignKeyAction
impl Clone for ForeignKeyAction
source§fn clone(&self) -> ForeignKeyAction
fn clone(&self) -> ForeignKeyAction
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