pub struct PhiEntry {
pub peer_idx: u32,
pub dc: String,
pub rack: String,
pub phi: f64,
}Expand description
A single labeled gossip_phi_score gauge row.
Fields§
§peer_idx: u32Peer index.
dc: StringDatacenter of the peer.
rack: StringRack of the peer.
phi: f64Current phi value as observed at the last evaluate tick.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhiEntry
impl RefUnwindSafe for PhiEntry
impl Send for PhiEntry
impl Sync for PhiEntry
impl Unpin for PhiEntry
impl UnsafeUnpin for PhiEntry
impl UnwindSafe for PhiEntry
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