pub enum RiskSignalType {
CardTesting,
}Variants§
CardTesting
Trait Implementations§
Source§impl Clone for RiskSignalType
impl Clone for RiskSignalType
Source§fn clone(&self) -> RiskSignalType
fn clone(&self) -> RiskSignalType
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 RiskSignalType
impl Debug for RiskSignalType
Source§impl<'de> Deserialize<'de> for RiskSignalType
impl<'de> Deserialize<'de> for RiskSignalType
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 Display for RiskSignalType
impl Display for RiskSignalType
Source§impl Hash for RiskSignalType
impl Hash for RiskSignalType
Source§impl Ord for RiskSignalType
impl Ord for RiskSignalType
Source§fn cmp(&self, other: &RiskSignalType) -> Ordering
fn cmp(&self, other: &RiskSignalType) -> 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 RiskSignalType
impl PartialEq for RiskSignalType
Source§impl PartialOrd for RiskSignalType
impl PartialOrd for RiskSignalType
Source§impl Serialize for RiskSignalType
impl Serialize for RiskSignalType
impl Copy for RiskSignalType
impl Eq for RiskSignalType
impl StructuralPartialEq for RiskSignalType
Auto Trait Implementations§
impl Freeze for RiskSignalType
impl RefUnwindSafe for RiskSignalType
impl Send for RiskSignalType
impl Sync for RiskSignalType
impl Unpin for RiskSignalType
impl UnwindSafe for RiskSignalType
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