pub enum Copies {
FromSetOfChangedFiles,
}
Expand description
The way copies are located.
Variants§
FromSetOfChangedFiles
Find copies from the set of changed files only.
Trait Implementations§
source§impl PartialEq<Copies> for Copies
impl PartialEq<Copies> for Copies
impl Copy for Copies
impl Eq for Copies
impl StructuralEq for Copies
impl StructuralPartialEq for Copies
Auto Trait Implementations§
impl RefUnwindSafe for Copies
impl Send for Copies
impl Sync for Copies
impl Unpin for Copies
impl UnwindSafe for Copies
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more