pub enum FkAction {
NoAction,
Cascade,
SetNull,
SetDefault,
Restrict,
}Expand description
Foreign key action on DELETE/UPDATE.
Variants§
Trait Implementations§
impl StructuralPartialEq for FkAction
Auto Trait Implementations§
impl Freeze for FkAction
impl RefUnwindSafe for FkAction
impl Send for FkAction
impl Sync for FkAction
impl Unpin for FkAction
impl UnwindSafe for FkAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more