pub enum ProcessHandling {
Process,
Skip,
Cancel,
}Expand description
Controls whether a value should be processed, skipped, or processing cancelled.
Variants§
Trait Implementations§
Source§impl Clone for ProcessHandling
impl Clone for ProcessHandling
impl Copy for ProcessHandling
Source§impl Debug for ProcessHandling
impl Debug for ProcessHandling
impl Eq for ProcessHandling
Source§impl PartialEq for ProcessHandling
impl PartialEq for ProcessHandling
impl StructuralPartialEq for ProcessHandling
Auto Trait Implementations§
impl Freeze for ProcessHandling
impl RefUnwindSafe for ProcessHandling
impl Send for ProcessHandling
impl Sync for ProcessHandling
impl Unpin for ProcessHandling
impl UnsafeUnpin for ProcessHandling
impl UnwindSafe for ProcessHandling
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.