pub struct EtaOpCounter { /* private fields */ }Expand description
A simple counter for tracking eta-related operations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EtaOpCounter
impl RefUnwindSafe for EtaOpCounter
impl Send for EtaOpCounter
impl Sync for EtaOpCounter
impl Unpin for EtaOpCounter
impl UnsafeUnpin for EtaOpCounter
impl UnwindSafe for EtaOpCounter
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