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