pub struct Scan {
pub files: BTreeSet<PathBuf>,
pub dropped: Vec<Drop>,
}Expand description
What a scan picked up, and what it passed over.
Fields§
§files: BTreeSet<PathBuf>§dropped: Vec<Drop>Complete for this scan. A capture bounds it before reporting; see
crate::CheckpointStats.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scan
impl RefUnwindSafe for Scan
impl Send for Scan
impl Sync for Scan
impl Unpin for Scan
impl UnsafeUnpin for Scan
impl UnwindSafe for Scan
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