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