pub struct SqlInjectionDetector;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlInjectionDetector
impl RefUnwindSafe for SqlInjectionDetector
impl Send for SqlInjectionDetector
impl Sync for SqlInjectionDetector
impl Unpin for SqlInjectionDetector
impl UnsafeUnpin for SqlInjectionDetector
impl UnwindSafe for SqlInjectionDetector
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