pub enum ExpOp {
EQ,
NE,
LT,
LE,
GT,
GE,
NOT,
AND,
BAND,
BOR,
BXOR,
OR,
}
Variants
EQ
NE
LT
LE
GT
GE
NOT
AND
BAND
BOR
BXOR
OR
Implementations
Trait Implementations
impl Eq for ExpOp
impl StructuralEq for ExpOp
impl StructuralPartialEq for ExpOp
Auto Trait Implementations
impl RefUnwindSafe for ExpOp
impl Send for ExpOp
impl Sync for ExpOp
impl Unpin for ExpOp
impl UnwindSafe for ExpOp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more