pub struct HeartbeatGuard<'a> { /* private fields */ }Expand description
RAII handle for a successor-side heartbeat thread. See
BegunSuccessor::start_heartbeats.
Trait Implementations§
Source§impl Drop for HeartbeatGuard<'_>
impl Drop for HeartbeatGuard<'_>
Auto Trait Implementations§
impl<'a> Freeze for HeartbeatGuard<'a>
impl<'a> !RefUnwindSafe for HeartbeatGuard<'a>
impl<'a> Send for HeartbeatGuard<'a>
impl<'a> Sync for HeartbeatGuard<'a>
impl<'a> Unpin for HeartbeatGuard<'a>
impl<'a> UnsafeUnpin for HeartbeatGuard<'a>
impl<'a> !UnwindSafe for HeartbeatGuard<'a>
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