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