pub enum SecurityMetric {
AuthenticationFailure,
AuthorizationDenied,
DeviceRevokedAttempt,
ProtocolDowngradeRejected,
SsrfBlocked,
SignatureInvalid,
CrossTenantDenied,
}Expand description
Metric series allowed by core. Identity values belong in access-controlled logs/traces.
Variants§
AuthenticationFailure
AuthorizationDenied
DeviceRevokedAttempt
ProtocolDowngradeRejected
SsrfBlocked
SignatureInvalid
CrossTenantDenied
Implementations§
Trait Implementations§
Source§impl Clone for SecurityMetric
impl Clone for SecurityMetric
Source§fn clone(&self) -> SecurityMetric
fn clone(&self) -> SecurityMetric
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 SecurityMetric
Source§impl Debug for SecurityMetric
impl Debug for SecurityMetric
impl Eq for SecurityMetric
Source§impl PartialEq for SecurityMetric
impl PartialEq for SecurityMetric
impl StructuralPartialEq for SecurityMetric
Auto Trait Implementations§
impl Freeze for SecurityMetric
impl RefUnwindSafe for SecurityMetric
impl Send for SecurityMetric
impl Sync for SecurityMetric
impl Unpin for SecurityMetric
impl UnsafeUnpin for SecurityMetric
impl UnwindSafe for SecurityMetric
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