pub struct Scanned {
pub commits: usize,
pub blobs: usize,
}Expand description
How much of the repository the scan covered.
Fields§
§commits: usizeCommits visited.
blobs: usizeDistinct blobs under a declared path that were read.
Trait Implementations§
impl Copy for Scanned
impl Eq for Scanned
impl StructuralPartialEq for Scanned
Auto Trait Implementations§
impl Freeze for Scanned
impl RefUnwindSafe for Scanned
impl Send for Scanned
impl Sync for Scanned
impl Unpin for Scanned
impl UnsafeUnpin for Scanned
impl UnwindSafe for Scanned
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