pub struct FileIndexStats {
pub total_files: usize,
pub total_bead_links: usize,
pub files_with_multiple_beads: usize,
}Fields§
§total_files: usize§total_bead_links: usize§files_with_multiple_beads: usizeTrait Implementations§
Source§impl Clone for FileIndexStats
impl Clone for FileIndexStats
Source§fn clone(&self) -> FileIndexStats
fn clone(&self) -> FileIndexStats
Returns a duplicate of the value. Read more
1.0.0 · 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 FileIndexStats
impl Debug for FileIndexStats
Auto Trait Implementations§
impl Freeze for FileIndexStats
impl RefUnwindSafe for FileIndexStats
impl Send for FileIndexStats
impl Sync for FileIndexStats
impl Unpin for FileIndexStats
impl UnsafeUnpin for FileIndexStats
impl UnwindSafe for FileIndexStats
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