pub struct InMemoryCoordinationGuard { /* private fields */ }Expand description
Guard that releases leadership when dropped.
Trait Implementations§
Source§impl Debug for InMemoryCoordinationGuard
impl Debug for InMemoryCoordinationGuard
Auto Trait Implementations§
impl Freeze for InMemoryCoordinationGuard
impl RefUnwindSafe for InMemoryCoordinationGuard
impl Send for InMemoryCoordinationGuard
impl Sync for InMemoryCoordinationGuard
impl Unpin for InMemoryCoordinationGuard
impl UnwindSafe for InMemoryCoordinationGuard
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