pub struct TIME_BOOST_ROUNDS_TOTAL { /* private fields */ }Expand description
The number of elapsed time boost rounds, which occur in intervals of G milliseconds, exposed as prometheus int counter.
Trait Implementations§
Source§impl Deref for TIME_BOOST_ROUNDS_TOTAL
impl Deref for TIME_BOOST_ROUNDS_TOTAL
Source§type Target = GenericCounter<AtomicU64>
type Target = GenericCounter<AtomicU64>
The resulting type after dereferencing.
Source§fn deref(&self) -> &IntCounter
fn deref(&self) -> &IntCounter
Dereferences the value.
impl LazyStatic for TIME_BOOST_ROUNDS_TOTAL
Auto Trait Implementations§
impl Freeze for TIME_BOOST_ROUNDS_TOTAL
impl RefUnwindSafe for TIME_BOOST_ROUNDS_TOTAL
impl Send for TIME_BOOST_ROUNDS_TOTAL
impl Sync for TIME_BOOST_ROUNDS_TOTAL
impl Unpin for TIME_BOOST_ROUNDS_TOTAL
impl UnwindSafe for TIME_BOOST_ROUNDS_TOTAL
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