pub struct PosixFileLock { /* private fields */ }Expand description
| Instances are thread-safe because | they are immutable. |
Implementations§
Trait Implementations§
impl FileLock for PosixFileLock
Auto Trait Implementations§
impl Freeze for PosixFileLock
impl RefUnwindSafe for PosixFileLock
impl Send for PosixFileLock
impl Sync for PosixFileLock
impl Unpin for PosixFileLock
impl UnwindSafe for PosixFileLock
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