pub struct DaemonLock { /* private fields */ }Implementations§
Source§impl DaemonLock
impl DaemonLock
pub fn acquire() -> Option<DaemonLock>
Auto Trait Implementations§
impl Freeze for DaemonLock
impl RefUnwindSafe for DaemonLock
impl Send for DaemonLock
impl Sync for DaemonLock
impl Unpin for DaemonLock
impl UnwindSafe for DaemonLock
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