pub enum UnaryOp_ {
Not,
}
Variants§
Not
Implementations§
Trait Implementations§
source§impl PartialEq<UnaryOp_> for UnaryOp_
impl PartialEq<UnaryOp_> for UnaryOp_
impl Copy for UnaryOp_
impl Eq for UnaryOp_
impl StructuralEq for UnaryOp_
impl StructuralPartialEq for UnaryOp_
Auto Trait Implementations§
impl RefUnwindSafe for UnaryOp_
impl Send for UnaryOp_
impl Sync for UnaryOp_
impl Unpin for UnaryOp_
impl UnwindSafe for UnaryOp_
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.