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