pub enum RuleId {
Cc001HiddenInstructions,
Cc002InvisibleUnicode,
Cc003CrossToolShadow,
Cc004RugPullSurface,
Cc005ConfusedDeputy,
Cc006OpenRedirect,
Cc007ExcessivePrivilege,
Cc008HomoglyphName,
Cc009UriPreFetch,
Cc010ExfilSink,
}Variants§
Cc001HiddenInstructions
Cc002InvisibleUnicode
Cc003CrossToolShadow
Cc004RugPullSurface
Cc005ConfusedDeputy
Cc006OpenRedirect
Cc007ExcessivePrivilege
Cc008HomoglyphName
Cc009UriPreFetch
Cc010ExfilSink
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RuleId
impl<'de> Deserialize<'de> for RuleId
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 Copy for RuleId
impl Eq for RuleId
impl StructuralPartialEq for RuleId
Auto Trait Implementations§
impl Freeze for RuleId
impl RefUnwindSafe for RuleId
impl Send for RuleId
impl Sync for RuleId
impl Unpin for RuleId
impl UnsafeUnpin for RuleId
impl UnwindSafe for RuleId
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