pub struct PathGuard { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for PathGuard
impl RefUnwindSafe for PathGuard
impl Send for PathGuard
impl Sync for PathGuard
impl Unpin for PathGuard
impl UnsafeUnpin for PathGuard
impl UnwindSafe for PathGuard
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