pub struct CallCounter { /* private fields */ }Expand description
Call counter per formula hash — tracks hot paths.
Implementations§
Auto Trait Implementations§
impl Freeze for CallCounter
impl RefUnwindSafe for CallCounter
impl Send for CallCounter
impl Sync for CallCounter
impl Unpin for CallCounter
impl UnsafeUnpin for CallCounter
impl UnwindSafe for CallCounter
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