pub struct WafHit {
pub rule_id: String,
pub class: &'static str,
pub location: &'static str,
}Expand description
The outcome of a matching rule: which rule fired, its metric class, and where it matched.
Fields§
§rule_id: String§class: &'static str§location: &'static strAuto Trait Implementations§
impl Freeze for WafHit
impl RefUnwindSafe for WafHit
impl Send for WafHit
impl Sync for WafHit
impl Unpin for WafHit
impl UnsafeUnpin for WafHit
impl UnwindSafe for WafHit
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