pub struct HeartbeatState {
pub detectors: HashMap<Address, PhiAccrualFailureDetector>,
}Fields§
§detectors: HashMap<Address, PhiAccrualFailureDetector>Implementations§
Trait Implementations§
Source§impl Default for HeartbeatState
impl Default for HeartbeatState
Source§fn default() -> HeartbeatState
fn default() -> HeartbeatState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HeartbeatState
impl !RefUnwindSafe for HeartbeatState
impl Send for HeartbeatState
impl Sync for HeartbeatState
impl Unpin for HeartbeatState
impl UnsafeUnpin for HeartbeatState
impl UnwindSafe for HeartbeatState
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