pub struct SweepResult {
pub checkpoint: CheckpointResult,
pub scanned: usize,
pub candidates: usize,
pub changed: bool,
}Expand description
The checkpoint result plus the scan counters.
Fields§
§checkpoint: CheckpointResult§scanned: usizeFiles walked.
candidates: usizeStat-mismatched (or new) files hashed.
changed: boolingested, deleted or conflicted non-empty.
Implementations§
Trait Implementations§
Source§impl Clone for SweepResult
impl Clone for SweepResult
Source§impl Debug for SweepResult
impl Debug for SweepResult
impl Eq for SweepResult
Source§impl PartialEq for SweepResult
impl PartialEq for SweepResult
impl StructuralPartialEq for SweepResult
Auto Trait Implementations§
impl Freeze for SweepResult
impl RefUnwindSafe for SweepResult
impl Send for SweepResult
impl Sync for SweepResult
impl Unpin for SweepResult
impl UnsafeUnpin for SweepResult
impl UnwindSafe for SweepResult
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.