pub struct DetectSqliOperator;Expand description
SQL injection detection operator (@detectSQLi).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DetectSqliOperator
impl RefUnwindSafe for DetectSqliOperator
impl Send for DetectSqliOperator
impl Sync for DetectSqliOperator
impl Unpin for DetectSqliOperator
impl UnwindSafe for DetectSqliOperator
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