pub struct TLS_HTTP_HISTOGRAM { /* private fields */ }Methods from Deref<Target = LhrsHistogram>§
pub fn get(&self, enum_value: HistogramLabelsAPI) -> &LhrsHistogramDelegator
pub fn flush(&self)
Trait Implementations§
Source§impl Deref for TLS_HTTP_HISTOGRAM
impl Deref for TLS_HTTP_HISTOGRAM
Source§type Target = LhrsHistogram
type Target = LhrsHistogram
The resulting type after dereferencing.
Source§fn deref(&self) -> &LhrsHistogram
fn deref(&self) -> &LhrsHistogram
Dereferences the value.
impl LazyStatic for TLS_HTTP_HISTOGRAM
Auto Trait Implementations§
impl Freeze for TLS_HTTP_HISTOGRAM
impl RefUnwindSafe for TLS_HTTP_HISTOGRAM
impl Send for TLS_HTTP_HISTOGRAM
impl Sync for TLS_HTTP_HISTOGRAM
impl Unpin for TLS_HTTP_HISTOGRAM
impl UnwindSafe for TLS_HTTP_HISTOGRAM
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