pub struct FileLockHandle { /* private fields */ }Expand description
Handle for a held file lock.
Dropping this handle releases the lock and deletes the lock file.
Trait Implementations§
Source§impl Drop for FileLockHandle
impl Drop for FileLockHandle
Source§impl LockHandle for FileLockHandle
impl LockHandle for FileLockHandle
Auto Trait Implementations§
impl Freeze for FileLockHandle
impl !RefUnwindSafe for FileLockHandle
impl Send for FileLockHandle
impl Sync for FileLockHandle
impl Unpin for FileLockHandle
impl !UnwindSafe for FileLockHandle
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