pub enum RiskEventType {
Show 15 variants
UnknownFutureValue,
MaliciousIPAddressValidCredentialsBlockedIP,
InvestigationsThreatIntelligenceSigninLinked,
McasSuspiciousInboxManipulationRules,
McasImpossibleTravel,
AdminConfirmedUserCompromised,
Generic,
InvestigationsThreatIntelligence,
LeakedCredentials,
SuspiciousIPAddress,
MalwareInfectedIPAddress,
UnfamiliarFeatures,
MaliciousIPAddress,
AnonymizedIPAddress,
UnlikelyTravel,
}
Variants§
UnknownFutureValue
MaliciousIPAddressValidCredentialsBlockedIP
InvestigationsThreatIntelligenceSigninLinked
McasSuspiciousInboxManipulationRules
McasImpossibleTravel
AdminConfirmedUserCompromised
Generic
InvestigationsThreatIntelligence
LeakedCredentials
SuspiciousIPAddress
MalwareInfectedIPAddress
UnfamiliarFeatures
MaliciousIPAddress
AnonymizedIPAddress
UnlikelyTravel
Trait Implementations§
Source§impl Clone for RiskEventType
impl Clone for RiskEventType
Source§fn clone(&self) -> RiskEventType
fn clone(&self) -> RiskEventType
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 RiskEventType
impl Debug for RiskEventType
Source§impl<'de> Deserialize<'de> for RiskEventType
impl<'de> Deserialize<'de> for RiskEventType
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 RiskEventType
impl Hash for RiskEventType
Source§impl Ord for RiskEventType
impl Ord for RiskEventType
Source§fn cmp(&self, other: &RiskEventType) -> Ordering
fn cmp(&self, other: &RiskEventType) -> 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 RiskEventType
impl PartialEq for RiskEventType
Source§impl PartialOrd for RiskEventType
impl PartialOrd for RiskEventType
Source§impl Serialize for RiskEventType
impl Serialize for RiskEventType
impl Eq for RiskEventType
impl StructuralPartialEq for RiskEventType
Auto Trait Implementations§
impl Freeze for RiskEventType
impl RefUnwindSafe for RiskEventType
impl Send for RiskEventType
impl Sync for RiskEventType
impl Unpin for RiskEventType
impl UnwindSafe for RiskEventType
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