pub enum UnOper {
Not,
}
Expand description
Unary operator
Variants§
Not
Trait Implementations§
source§impl PartialEq for UnOper
impl PartialEq for UnOper
impl Copy for UnOper
impl Eq for UnOper
impl StructuralPartialEq for UnOper
Auto Trait Implementations§
impl Freeze for UnOper
impl RefUnwindSafe for UnOper
impl Send for UnOper
impl Sync for UnOper
impl Unpin for UnOper
impl UnwindSafe for UnOper
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.