pub(crate) struct MetricPath(pub(crate) Ident, pub(crate) Ident);Tuple Fields§
§0: Ident§1: IdentTrait 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.