pub struct NoTargetsEntry {
pub dc: String,
pub rack: String,
pub consistency: ConsistencyLevel,
pub count: u64,
}Expand description
A single labeled dispatch_no_targets_total row.
Fields§
§dc: StringLocal datacenter the request originated from.
rack: StringLocal rack.
consistency: ConsistencyLevelEffective consistency level of the request that produced
the NoTargets plan.
count: u64Cumulative occurrences.
Trait Implementations§
Source§impl Clone for NoTargetsEntry
impl Clone for NoTargetsEntry
Source§fn clone(&self) -> NoTargetsEntry
fn clone(&self) -> NoTargetsEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoTargetsEntry
impl Debug for NoTargetsEntry
Source§impl Default for NoTargetsEntry
impl Default for NoTargetsEntry
Source§fn default() -> NoTargetsEntry
fn default() -> NoTargetsEntry
Returns the “default value” for a type. Read more
Source§impl PartialEq for NoTargetsEntry
impl PartialEq for NoTargetsEntry
Source§fn eq(&self, other: &NoTargetsEntry) -> bool
fn eq(&self, other: &NoTargetsEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NoTargetsEntry
impl StructuralPartialEq for NoTargetsEntry
Auto Trait Implementations§
impl Freeze for NoTargetsEntry
impl RefUnwindSafe for NoTargetsEntry
impl Send for NoTargetsEntry
impl Sync for NoTargetsEntry
impl Unpin for NoTargetsEntry
impl UnsafeUnpin for NoTargetsEntry
impl UnwindSafe for NoTargetsEntry
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.