pub enum RelType {
Sub,
Super,
}Variants§
Trait Implementations§
impl Eq for RelType
impl StructuralEq for RelType
impl StructuralPartialEq for RelType
Auto Trait Implementations§
impl RefUnwindSafe for RelType
impl Send for RelType
impl Sync for RelType
impl Unpin for RelType
impl UnwindSafe for RelType
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.