pub struct WorkdirLock { /* private fields */ }Expand description
Exclusive lock on a directory, released on drop.
Implementations§
Source§impl WorkdirLock
impl WorkdirLock
Trait Implementations§
Source§impl Drop for WorkdirLock
impl Drop for WorkdirLock
Auto Trait Implementations§
impl Freeze for WorkdirLock
impl RefUnwindSafe for WorkdirLock
impl Send for WorkdirLock
impl Sync for WorkdirLock
impl Unpin for WorkdirLock
impl UnsafeUnpin for WorkdirLock
impl UnwindSafe for WorkdirLock
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