pub enum Threat {
ScriptInjection,
SqlInjection,
PathTraversal,
EventHandler,
}Expand description
Threats that can be detected.
Variants§
Trait Implementations§
impl Eq for Threat
impl StructuralPartialEq for Threat
Auto Trait Implementations§
impl Freeze for Threat
impl RefUnwindSafe for Threat
impl Send for Threat
impl Sync for Threat
impl Unpin for Threat
impl UnsafeUnpin for Threat
impl UnwindSafe for Threat
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