pub(crate) struct MetricPath(pub(crate) Ident, pub(crate) Ident);
Tuple Fields§
§0: Ident
§1: Ident
Trait Implementations§
source§impl Debug for MetricPath
impl Debug for MetricPath
source§impl Hash for MetricPath
impl Hash for MetricPath
source§impl PartialEq for MetricPath
impl PartialEq for MetricPath
impl Eq for MetricPath
impl StructuralPartialEq for MetricPath
Auto Trait Implementations§
impl Freeze for MetricPath
impl RefUnwindSafe for MetricPath
impl !Send for MetricPath
impl !Sync for MetricPath
impl Unpin for MetricPath
impl UnwindSafe for MetricPath
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.