pub enum DeltaQuality {
ContentHash,
Metadata,
Partial,
}Expand description
Strength of the evidence used to classify a scan delta.
Variants§
ContentHash
Both complete reports contain a content hash for every selected file.
Metadata
At least one file was compared by size because a content hash was absent.
Partial
At least one report is partial or terminated.
Trait Implementations§
Source§impl Clone for DeltaQuality
impl Clone for DeltaQuality
Source§fn clone(&self) -> DeltaQuality
fn clone(&self) -> DeltaQuality
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeltaQuality
Source§impl Debug for DeltaQuality
impl Debug for DeltaQuality
impl Eq for DeltaQuality
Source§impl PartialEq for DeltaQuality
impl PartialEq for DeltaQuality
impl StructuralPartialEq for DeltaQuality
Auto Trait Implementations§
impl Freeze for DeltaQuality
impl RefUnwindSafe for DeltaQuality
impl Send for DeltaQuality
impl Sync for DeltaQuality
impl Unpin for DeltaQuality
impl UnsafeUnpin for DeltaQuality
impl UnwindSafe for DeltaQuality
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