pub(super) struct UpDownCounterFamily<L: MetricLabel> {
counters: Box<[UpDownCounter]>,
_label: PhantomData<L>,
}Fields§
§counters: Box<[UpDownCounter]>§_label: PhantomData<L>Implementations§
Source§impl<L: MetricLabel> UpDownCounterFamily<L>
impl<L: MetricLabel> UpDownCounterFamily<L>
Trait Implementations§
Source§impl<L: Debug + MetricLabel> Debug for UpDownCounterFamily<L>
impl<L: Debug + MetricLabel> Debug for UpDownCounterFamily<L>
Source§impl<L: MetricLabel> Default for UpDownCounterFamily<L>
impl<L: MetricLabel> Default for UpDownCounterFamily<L>
Auto Trait Implementations§
impl<L> Freeze for UpDownCounterFamily<L>
impl<L> RefUnwindSafe for UpDownCounterFamily<L>where
L: RefUnwindSafe,
impl<L> Send for UpDownCounterFamily<L>where
L: Send,
impl<L> Sync for UpDownCounterFamily<L>where
L: Sync,
impl<L> Unpin for UpDownCounterFamily<L>where
L: Unpin,
impl<L> UnsafeUnpin for UpDownCounterFamily<L>
impl<L> UnwindSafe for UpDownCounterFamily<L>where
L: UnwindSafe,
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