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