pub struct DimLoadStats {
pub in_memory_count: usize,
pub indexed_count: usize,
pub total_file_bytes: u64,
pub index_build_ms: u64,
}Fields§
§in_memory_count: usize§indexed_count: usize§total_file_bytes: u64§index_build_ms: u64Trait Implementations§
Source§impl Clone for DimLoadStats
impl Clone for DimLoadStats
Source§fn clone(&self) -> DimLoadStats
fn clone(&self) -> DimLoadStats
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 DimLoadStats
impl Debug for DimLoadStats
Source§impl Default for DimLoadStats
impl Default for DimLoadStats
Source§fn default() -> DimLoadStats
fn default() -> DimLoadStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DimLoadStats
impl RefUnwindSafe for DimLoadStats
impl Send for DimLoadStats
impl Sync for DimLoadStats
impl Unpin for DimLoadStats
impl UnsafeUnpin for DimLoadStats
impl UnwindSafe for DimLoadStats
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