pub enum AnomalyDirection {
Above,
Below,
}Expand description
Direction of the anomaly relative to the baseline.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AnomalyDirection
impl Clone for AnomalyDirection
impl Copy for AnomalyDirection
Source§impl Debug for AnomalyDirection
impl Debug for AnomalyDirection
Source§impl<'de> Deserialize<'de> for AnomalyDirection
impl<'de> Deserialize<'de> for AnomalyDirection
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
impl Eq for AnomalyDirection
Source§impl PartialEq for AnomalyDirection
impl PartialEq for AnomalyDirection
Source§impl Serialize for AnomalyDirection
impl Serialize for AnomalyDirection
impl StructuralPartialEq for AnomalyDirection
Auto Trait Implementations§
impl Freeze for AnomalyDirection
impl RefUnwindSafe for AnomalyDirection
impl Send for AnomalyDirection
impl Sync for AnomalyDirection
impl Unpin for AnomalyDirection
impl UnsafeUnpin for AnomalyDirection
impl UnwindSafe for AnomalyDirection
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