pub struct DistributedLock { /* private fields */ }Expand description
Distributed lock manager
Implementations§
Source§impl DistributedLock
impl DistributedLock
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DistributedLock
impl !RefUnwindSafe for DistributedLock
impl Send for DistributedLock
impl Sync for DistributedLock
impl Unpin for DistributedLock
impl !UnwindSafe for DistributedLock
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