pub struct SanitizePathLayer;Expand description
Layer that applies SanitizePath which sanitizes paths.
See the module docs for more details.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SanitizePathLayer
impl RefUnwindSafe for SanitizePathLayer
impl Send for SanitizePathLayer
impl Sync for SanitizePathLayer
impl Unpin for SanitizePathLayer
impl UnwindSafe for SanitizePathLayer
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