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