pub struct PathLock { /* private fields */ }
Expand description
RAII lock on a filesystem path.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathLock
impl RefUnwindSafe for PathLock
impl Send for PathLock
impl Sync for PathLock
impl Unpin for PathLock
impl UnwindSafe for PathLock
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