pub struct ProductCounter { /* private fields */ }Expand description
Typed handle for a registered product counter.
Implementations§
Source§impl ProductCounter
impl ProductCounter
Sourcepub fn from_handle(handle: ProductMetricHandle) -> ProductMetricResult<Self>
pub fn from_handle(handle: ProductMetricHandle) -> ProductMetricResult<Self>
Creates a typed counter from an opaque product metric handle.
Sourcepub const fn handle(&self) -> ProductMetricHandle
pub const fn handle(&self) -> ProductMetricHandle
Returns the underlying opaque handle.
Trait Implementations§
Source§impl Clone for ProductCounter
impl Clone for ProductCounter
Source§fn clone(&self) -> ProductCounter
fn clone(&self) -> ProductCounter
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 ProductCounter
impl Debug for ProductCounter
Source§impl PartialEq for ProductCounter
impl PartialEq for ProductCounter
Source§fn eq(&self, other: &ProductCounter) -> bool
fn eq(&self, other: &ProductCounter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ProductCounter
impl Eq for ProductCounter
impl StructuralPartialEq for ProductCounter
Auto Trait Implementations§
impl Freeze for ProductCounter
impl RefUnwindSafe for ProductCounter
impl Send for ProductCounter
impl Sync for ProductCounter
impl Unpin for ProductCounter
impl UnsafeUnpin for ProductCounter
impl UnwindSafe for ProductCounter
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,
§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
Checks if this value is equivalent to the given key. 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.