pub enum TriggerForEach {
Row,
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 (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 TriggerForEach
Source§impl Debug for TriggerForEach
impl Debug for TriggerForEach
impl Eq for TriggerForEach
Source§impl PartialEq for TriggerForEach
impl PartialEq for TriggerForEach
Source§fn eq(&self, other: &TriggerForEach) -> bool
fn eq(&self, other: &TriggerForEach) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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