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