pub struct IngestStats {
pub ingested: u64,
pub skipped: u64,
pub errors: u64,
}Fields§
§ingested: u64§skipped: u64§errors: u64Implementations§
Source§impl IngestStats
impl IngestStats
Trait Implementations§
Source§impl Clone for IngestStats
impl Clone for IngestStats
Source§fn clone(&self) -> IngestStats
fn clone(&self) -> IngestStats
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 moreSource§impl Debug for IngestStats
impl Debug for IngestStats
Auto Trait Implementations§
impl Freeze for IngestStats
impl RefUnwindSafe for IngestStats
impl Send for IngestStats
impl Sync for IngestStats
impl Unpin for IngestStats
impl UnwindSafe for IngestStats
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