pub struct ForbiddenPathGuard { /* private fields */ }Expand description
Guard that blocks access to sensitive filesystem paths.
Implementations§
Trait Implementations§
Source§impl Default for ForbiddenPathGuard
impl Default for ForbiddenPathGuard
Auto Trait Implementations§
impl Freeze for ForbiddenPathGuard
impl RefUnwindSafe for ForbiddenPathGuard
impl Send for ForbiddenPathGuard
impl Sync for ForbiddenPathGuard
impl Unpin for ForbiddenPathGuard
impl UnsafeUnpin for ForbiddenPathGuard
impl UnwindSafe for ForbiddenPathGuard
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