pub struct ReaderStats {
pub total_files: usize,
pub skipped_files: usize,
}Fields§
§total_files: usize§skipped_files: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ReaderStats
impl RefUnwindSafe for ReaderStats
impl Send for ReaderStats
impl Sync for ReaderStats
impl Unpin for ReaderStats
impl UnsafeUnpin for ReaderStats
impl UnwindSafe for ReaderStats
Blanket Implementations§
impl<T> Allocation for T
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