pub enum DeleteCascade {
Never,
OnlyIfEmpty,
IfLastInstance,
Cascade,
Always,
}Variants§
Trait Implementations§
Source§impl Clone for DeleteCascade
impl Clone for DeleteCascade
Source§fn clone(&self) -> DeleteCascade
fn clone(&self) -> DeleteCascade
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeleteCascade
Source§impl Debug for DeleteCascade
impl Debug for DeleteCascade
impl Eq for DeleteCascade
Source§impl PartialEq for DeleteCascade
impl PartialEq for DeleteCascade
impl StructuralPartialEq for DeleteCascade
Auto Trait Implementations§
impl Freeze for DeleteCascade
impl RefUnwindSafe for DeleteCascade
impl Send for DeleteCascade
impl Sync for DeleteCascade
impl Unpin for DeleteCascade
impl UnsafeUnpin for DeleteCascade
impl UnwindSafe for DeleteCascade
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