pub struct Lockfile<T> { /* private fields */ }Methods from Deref<Target = RawLockfile>§
Trait Implementations§
Source§impl<T: DaemonScope> Deref for Lockfile<T>
impl<T: DaemonScope> Deref for Lockfile<T>
Source§impl<T: DaemonScope> TryAcquire<T> for Lockfile<T>
impl<T: DaemonScope> TryAcquire<T> for Lockfile<T>
type Error = LockfileError
fn try_acquire() -> Result<Self, Self::Error>
Auto Trait Implementations§
impl<T> Freeze for Lockfile<T>
impl<T> !RefUnwindSafe for Lockfile<T>
impl<T> !Send for Lockfile<T>
impl<T> !Sync for Lockfile<T>
impl<T> Unpin for Lockfile<T>
impl<T> !UnwindSafe for Lockfile<T>
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