pub enum HeartbeatLoopResult {
Completed,
Cancelled,
LostLease(Error),
}Variants§
Auto Trait Implementations§
impl Freeze for HeartbeatLoopResult
impl RefUnwindSafe for HeartbeatLoopResult
impl Send for HeartbeatLoopResult
impl Sync for HeartbeatLoopResult
impl Unpin for HeartbeatLoopResult
impl UnsafeUnpin for HeartbeatLoopResult
impl UnwindSafe for HeartbeatLoopResult
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