pub enum SecurityEventKind {
AuthenticationFailure,
AuthorizationDenied,
DeviceRevokedAttempt,
ProtocolDowngradeRejected,
PayloadSubstitutionRejected,
CrossTenantAttempt,
SsrfBlocked,
AuthorityRollbackDetected,
ForkDetected,
AdminOverride,
LegacyWriteAfterCutover,
KeyRevoked,
}Variants§
AuthenticationFailure
AuthorizationDenied
DeviceRevokedAttempt
ProtocolDowngradeRejected
PayloadSubstitutionRejected
CrossTenantAttempt
SsrfBlocked
AuthorityRollbackDetected
ForkDetected
AdminOverride
LegacyWriteAfterCutover
KeyRevoked
Trait Implementations§
Source§impl Clone for SecurityEventKind
impl Clone for SecurityEventKind
Source§fn clone(&self) -> SecurityEventKind
fn clone(&self) -> SecurityEventKind
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 moreimpl Copy for SecurityEventKind
Source§impl Debug for SecurityEventKind
impl Debug for SecurityEventKind
Source§impl<'de> Deserialize<'de> for SecurityEventKind
impl<'de> Deserialize<'de> for SecurityEventKind
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 SecurityEventKind
Source§impl PartialEq for SecurityEventKind
impl PartialEq for SecurityEventKind
Source§impl Serialize for SecurityEventKind
impl Serialize for SecurityEventKind
impl StructuralPartialEq for SecurityEventKind
Auto Trait Implementations§
impl Freeze for SecurityEventKind
impl RefUnwindSafe for SecurityEventKind
impl Send for SecurityEventKind
impl Sync for SecurityEventKind
impl Unpin for SecurityEventKind
impl UnsafeUnpin for SecurityEventKind
impl UnwindSafe for SecurityEventKind
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