pub struct DeduplicatorStats {
pub tracked_events: usize,
pub window_hours: u64,
}Expand description
Statistics about the deduplicator
Fields§
§tracked_events: usize§window_hours: u64Trait Implementations§
Source§impl Clone for DeduplicatorStats
impl Clone for DeduplicatorStats
Source§fn clone(&self) -> DeduplicatorStats
fn clone(&self) -> DeduplicatorStats
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 DeduplicatorStats
impl RefUnwindSafe for DeduplicatorStats
impl Send for DeduplicatorStats
impl Sync for DeduplicatorStats
impl Unpin for DeduplicatorStats
impl UnsafeUnpin for DeduplicatorStats
impl UnwindSafe for DeduplicatorStats
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