pub enum QueryKind {
Exact,
Fuzzy,
}
Variants§
Exact
Fuzzy
Each source gets to define what close
means for it.
Path/Git sources may return all dependencies that are at that URI,
whereas an Index
source may return dependencies that have the same canonicalization.
Trait Implementations§
source§impl PartialEq<QueryKind> for QueryKind
impl PartialEq<QueryKind> for QueryKind
impl Copy for QueryKind
impl Eq for QueryKind
impl StructuralEq for QueryKind
impl StructuralPartialEq for QueryKind
Auto Trait Implementations§
impl RefUnwindSafe for QueryKind
impl Send for QueryKind
impl Sync for QueryKind
impl Unpin for QueryKind
impl UnwindSafe for QueryKind
Blanket Implementations§
source§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,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Exact
: 0 bytesFuzzy
: 0 bytes