pub enum DifferenceKind {
Missing,
Differing,
Stale,
}Expand description
Why one checked-in derived artifact does not match regeneration.
Variants§
Missing
No checked-in file exists at a regenerated path.
Differing
Checked-in bytes differ, or the checked-in path cannot be read.
Stale
A classified derived-output file has no regenerated counterpart.
Implementations§
Trait Implementations§
Source§impl Clone for DifferenceKind
impl Clone for DifferenceKind
Source§fn clone(&self) -> DifferenceKind
fn clone(&self) -> DifferenceKind
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 DifferenceKind
Source§impl Debug for DifferenceKind
impl Debug for DifferenceKind
impl Eq for DifferenceKind
Source§impl Ord for DifferenceKind
impl Ord for DifferenceKind
Source§fn cmp(&self, other: &DifferenceKind) -> Ordering
fn cmp(&self, other: &DifferenceKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DifferenceKind
impl PartialEq for DifferenceKind
Source§impl PartialOrd for DifferenceKind
impl PartialOrd for DifferenceKind
impl StructuralPartialEq for DifferenceKind
Auto Trait Implementations§
impl Freeze for DifferenceKind
impl RefUnwindSafe for DifferenceKind
impl Send for DifferenceKind
impl Sync for DifferenceKind
impl Unpin for DifferenceKind
impl UnsafeUnpin for DifferenceKind
impl UnwindSafe for DifferenceKind
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.