pub enum AfterEvent {
Insert(Span),
Update(Span),
Delete(Span),
}Expand description
Enum for constraint trigger events
Variants§
Trait Implementations§
Source§impl Clone for AfterEvent
impl Clone for AfterEvent
Source§fn clone(&self) -> AfterEvent
fn clone(&self) -> AfterEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AfterEvent
impl Debug for AfterEvent
Auto Trait Implementations§
impl Freeze for AfterEvent
impl RefUnwindSafe for AfterEvent
impl Send for AfterEvent
impl Sync for AfterEvent
impl Unpin for AfterEvent
impl UnsafeUnpin for AfterEvent
impl UnwindSafe for AfterEvent
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