pub struct StatsBackfillResult {
pub files_scanned: u64,
pub lines_ingested: u64,
pub lines_skipped_by_offset: u64,
pub sessions_enriched: u64,
pub parse_error_count: u64,
pub rollup_rows: u64,
}Fields§
§files_scanned: u64§lines_ingested: u64§lines_skipped_by_offset: u64§sessions_enriched: u64§parse_error_count: u64§rollup_rows: u64Trait Implementations§
Source§impl Clone for StatsBackfillResult
impl Clone for StatsBackfillResult
Source§fn clone(&self) -> StatsBackfillResult
fn clone(&self) -> StatsBackfillResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StatsBackfillResult
impl Debug for StatsBackfillResult
Source§impl<'de> Deserialize<'de> for StatsBackfillResult
impl<'de> Deserialize<'de> for StatsBackfillResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StatsBackfillResult
impl RefUnwindSafe for StatsBackfillResult
impl Send for StatsBackfillResult
impl Sync for StatsBackfillResult
impl Unpin for StatsBackfillResult
impl UnsafeUnpin for StatsBackfillResult
impl UnwindSafe for StatsBackfillResult
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