pub enum AnomalyAction {
Ask,
Skip,
Force,
}Variants§
Trait Implementations§
Source§impl Clone for AnomalyAction
impl Clone for AnomalyAction
Source§fn clone(&self) -> AnomalyAction
fn clone(&self) -> AnomalyAction
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 moreSource§impl Debug for AnomalyAction
impl Debug for AnomalyAction
Source§impl Default for AnomalyAction
impl Default for AnomalyAction
Source§fn default() -> AnomalyAction
fn default() -> AnomalyAction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AnomalyAction
impl<'de> Deserialize<'de> for AnomalyAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AnomalyAction
impl PartialEq for AnomalyAction
Source§fn eq(&self, other: &AnomalyAction) -> bool
fn eq(&self, other: &AnomalyAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AnomalyAction
impl Eq for AnomalyAction
impl StructuralPartialEq for AnomalyAction
Auto Trait Implementations§
impl Freeze for AnomalyAction
impl RefUnwindSafe for AnomalyAction
impl Send for AnomalyAction
impl Sync for AnomalyAction
impl Unpin for AnomalyAction
impl UnsafeUnpin for AnomalyAction
impl UnwindSafe for AnomalyAction
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