pub struct Stats {
pub total: i64,
pub found: i64,
pub processed: i64,
pub retrying: i64,
pub failed: i64,
}
Expand description
Represents the service statistics.
Fields§
§total: i64
The total number of events.
found: i64
The number of file events that have been found.
processed: i64
The number of file events that have been processed.
retrying: i64
The number of file events that are being retried.
failed: i64
The number of file events that have failed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)