pub struct Operands { /* private fields */ }Trait Implementations§
source§impl PartialEq<Operands> for Operands
impl PartialEq<Operands> for Operands
impl Eq for Operands
impl StructuralEq for Operands
impl StructuralPartialEq for Operands
Auto Trait Implementations§
impl RefUnwindSafe for Operands
impl Send for Operands
impl Sync for Operands
impl Unpin for Operands
impl UnwindSafe for Operands
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.