pub enum AlertFeedback {
UnknownFutureValue,
BenignPositive,
FalsePositive,
TruePositive,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for AlertFeedback
impl Clone for AlertFeedback
Source§fn clone(&self) -> AlertFeedback
fn clone(&self) -> AlertFeedback
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 AlertFeedback
impl Debug for AlertFeedback
Source§impl<'de> Deserialize<'de> for AlertFeedback
impl<'de> Deserialize<'de> for AlertFeedback
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 Hash for AlertFeedback
impl Hash for AlertFeedback
Source§impl Ord for AlertFeedback
impl Ord for AlertFeedback
Source§fn cmp(&self, other: &AlertFeedback) -> Ordering
fn cmp(&self, other: &AlertFeedback) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AlertFeedback
impl PartialEq for AlertFeedback
Source§impl PartialOrd for AlertFeedback
impl PartialOrd for AlertFeedback
Source§impl Serialize for AlertFeedback
impl Serialize for AlertFeedback
impl Eq for AlertFeedback
impl StructuralPartialEq for AlertFeedback
Auto Trait Implementations§
impl Freeze for AlertFeedback
impl RefUnwindSafe for AlertFeedback
impl Send for AlertFeedback
impl Sync for AlertFeedback
impl Unpin for AlertFeedback
impl UnwindSafe for AlertFeedback
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