Variants§
Trait Implementations§
source§impl<'a> PartialEq<DepSet<'a>> for DepSet<'a>
impl<'a> PartialEq<DepSet<'a>> for DepSet<'a>
impl<'a> Eq for DepSet<'a>
impl<'a> StructuralEq for DepSet<'a>
impl<'a> StructuralPartialEq for DepSet<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DepSet<'a>
impl<'a> Send for DepSet<'a>
impl<'a> Sync for DepSet<'a>
impl<'a> Unpin for DepSet<'a>
impl<'a> UnwindSafe for DepSet<'a>
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.