pub struct ActivityCacheStats {
pub analyzed_sessions: usize,
pub total_alerts: usize,
pub critical_alerts: usize,
}Expand description
Activity cache statistics
Fields§
§analyzed_sessions: usize§total_alerts: usize§critical_alerts: usizeTrait Implementations§
Source§impl Clone for ActivityCacheStats
impl Clone for ActivityCacheStats
Source§fn clone(&self) -> ActivityCacheStats
fn clone(&self) -> ActivityCacheStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ActivityCacheStats
impl RefUnwindSafe for ActivityCacheStats
impl Send for ActivityCacheStats
impl Sync for ActivityCacheStats
impl Unpin for ActivityCacheStats
impl UnsafeUnpin for ActivityCacheStats
impl UnwindSafe for ActivityCacheStats
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