pub struct ActorStats {
pub id: String,
pub events: usize,
pub items: usize,
}Expand description
Actor statistics: event count and unique item count.
Fields§
§id: String§events: usize§items: usizeAuto Trait Implementations§
impl Freeze for ActorStats
impl RefUnwindSafe for ActorStats
impl Send for ActorStats
impl Sync for ActorStats
impl Unpin for ActorStats
impl UnsafeUnpin for ActorStats
impl UnwindSafe for ActorStats
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