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