pub struct StoreStats {
pub total_events: usize,
pub total_entities: usize,
pub total_event_types: usize,
pub total_ingested: u64,
}Fields§
§total_events: usize§total_entities: usize§total_event_types: usize§total_ingested: u64Trait Implementations§
Source§impl Debug for StoreStats
impl Debug for StoreStats
Auto Trait Implementations§
impl Freeze for StoreStats
impl RefUnwindSafe for StoreStats
impl Send for StoreStats
impl Sync for StoreStats
impl Unpin for StoreStats
impl UnsafeUnpin for StoreStats
impl UnwindSafe for StoreStats
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