pub enum ReferentialAction {
NoAction,
Cascade,
Restrict,
SetNull,
SetDefault,
}Variants§
Trait Implementations§
Source§impl Clone for ReferentialAction
impl Clone for ReferentialAction
Source§impl Debug for ReferentialAction
impl Debug for ReferentialAction
Source§impl FromStr for ReferentialAction
impl FromStr for ReferentialAction
Auto Trait Implementations§
impl Freeze for ReferentialAction
impl RefUnwindSafe for ReferentialAction
impl Send for ReferentialAction
impl Sync for ReferentialAction
impl Unpin for ReferentialAction
impl UnsafeUnpin for ReferentialAction
impl UnwindSafe for ReferentialAction
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