pub struct PeerEntry {
pub peer_idx: u32,
pub peer_dc: String,
pub count: u64,
}Expand description
A single labeled per-peer dispatch error row.
Fields§
§peer_idx: u32Index of the target peer in the pool’s peer array.
peer_dc: StringDatacenter of the target peer.
count: u64Cumulative occurrences.
Trait Implementations§
impl Eq for PeerEntry
impl StructuralPartialEq for PeerEntry
Auto Trait Implementations§
impl Freeze for PeerEntry
impl RefUnwindSafe for PeerEntry
impl Send for PeerEntry
impl Sync for PeerEntry
impl Unpin for PeerEntry
impl UnsafeUnpin for PeerEntry
impl UnwindSafe for PeerEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.