pub struct EventCounterProjection { /* private fields */ }Expand description
Event counter projection - counts events by type
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventCounterProjection
impl !RefUnwindSafe for EventCounterProjection
impl Send for EventCounterProjection
impl Sync for EventCounterProjection
impl Unpin for EventCounterProjection
impl UnsafeUnpin for EventCounterProjection
impl !UnwindSafe for EventCounterProjection
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