pub struct HistogramWithExemplarsInner<S> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for HistogramWithExemplarsInner<S>
impl<S> !RefUnwindSafe for HistogramWithExemplarsInner<S>
impl<S> Send for HistogramWithExemplarsInner<S>where
S: Send,
impl<S> Sync for HistogramWithExemplarsInner<S>where
S: Sync,
impl<S> Unpin for HistogramWithExemplarsInner<S>where
S: Unpin,
impl<S> !UnwindSafe for HistogramWithExemplarsInner<S>
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