Enum sql_ddl::postgres::ForeignKeyAction
source · pub enum ForeignKeyAction {
Cascade,
NoAction,
Restrict,
SetDefault,
SetNull,
}
Variants§
Trait Implementations§
source§impl Debug for ForeignKeyAction
impl Debug for ForeignKeyAction
Auto Trait Implementations§
impl RefUnwindSafe for ForeignKeyAction
impl Send for ForeignKeyAction
impl Sync for ForeignKeyAction
impl Unpin for ForeignKeyAction
impl UnwindSafe for ForeignKeyAction
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