pub struct KindStat {
pub count: usize,
pub bytes: i64,
}Expand description
The count and byte total of models found for one source kind.
Fields§
§count: usizeHow many models were found.
bytes: i64Their combined on-disk size in bytes.
Trait Implementations§
impl Copy for KindStat
impl Eq for KindStat
impl StructuralPartialEq for KindStat
Auto Trait Implementations§
impl Freeze for KindStat
impl RefUnwindSafe for KindStat
impl Send for KindStat
impl Sync for KindStat
impl Unpin for KindStat
impl UnsafeUnpin for KindStat
impl UnwindSafe for KindStat
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