pub struct PackStats {
pub docs: usize,
pub blocks: usize,
pub terms: usize,
pub avg_block_len: Option<f64>,
}Fields§
§docs: usize§blocks: usize§terms: usize§avg_block_len: Option<f64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PackStats
impl RefUnwindSafe for PackStats
impl Send for PackStats
impl Sync for PackStats
impl Unpin for PackStats
impl UnsafeUnpin for PackStats
impl UnwindSafe for PackStats
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