pub enum TriggerForEach {
Row(Span),
Statement(Span),
}Expand description
Whether the trigger fires once per row or once per statement
Variants§
Trait Implementations§
Source§impl Clone for TriggerForEach
impl Clone for TriggerForEach
Source§fn clone(&self) -> TriggerForEach
fn clone(&self) -> TriggerForEach
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 TriggerForEach
impl Debug for TriggerForEach
Auto Trait Implementations§
impl Freeze for TriggerForEach
impl RefUnwindSafe for TriggerForEach
impl Send for TriggerForEach
impl Sync for TriggerForEach
impl Unpin for TriggerForEach
impl UnsafeUnpin for TriggerForEach
impl UnwindSafe for TriggerForEach
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