pub enum TriggerEvent<'bump> {
Delete,
Insert,
Update,
UpdateOf(DistinctNames<'bump>),
}Expand description
CREATE TRIGGER event
Variants§
Trait Implementations§
Source§impl<'bump> Debug for TriggerEvent<'bump>
impl<'bump> Debug for TriggerEvent<'bump>
impl<'bump> Eq for TriggerEvent<'bump>
Source§impl<'bump> PartialEq for TriggerEvent<'bump>
impl<'bump> PartialEq for TriggerEvent<'bump>
Source§fn eq(&self, other: &TriggerEvent<'bump>) -> bool
fn eq(&self, other: &TriggerEvent<'bump>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'bump> StructuralPartialEq for TriggerEvent<'bump>
Auto Trait Implementations§
impl<'bump> !RefUnwindSafe for TriggerEvent<'bump>
impl<'bump> !Send for TriggerEvent<'bump>
impl<'bump> !Sync for TriggerEvent<'bump>
impl<'bump> !UnwindSafe for TriggerEvent<'bump>
impl<'bump> Freeze for TriggerEvent<'bump>
impl<'bump> Unpin for TriggerEvent<'bump>
impl<'bump> UnsafeUnpin for TriggerEvent<'bump>
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.