pub struct StateDirectoryLock(/* private fields */);Expand description
Represents a state-directory lock which must be kept alive for the runtime of the daemon
Auto Trait Implementations§
impl !Freeze for StateDirectoryLock
impl !RefUnwindSafe for StateDirectoryLock
impl Send for StateDirectoryLock
impl Sync for StateDirectoryLock
impl Unpin for StateDirectoryLock
impl !UnwindSafe for StateDirectoryLock
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