Enum sea_query::foreign_key::ForeignKeyAction [−][src]
pub enum ForeignKeyAction { Restrict, Cascade, SetNull, NoAction, SetDefault, }
Foreign key on update & on delete actions
Variants
Trait Implementations
impl Clone for ForeignKeyAction
[src]
impl Clone for ForeignKeyAction
[src]fn clone(&self) -> ForeignKeyAction
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for ForeignKeyAction
impl RefUnwindSafe for ForeignKeyAction
impl Send for ForeignKeyAction
impl Send for ForeignKeyAction
impl Sync for ForeignKeyAction
impl Sync for ForeignKeyAction
impl Unpin for ForeignKeyAction
impl Unpin for ForeignKeyAction
impl UnwindSafe for ForeignKeyAction
impl UnwindSafe for ForeignKeyAction