pub enum LiveBinOp {
Or,
And,
Eq,
Ne,
Lt,
Le,
Gt,
Ge,
Add,
Sub,
Mul,
Div,
}
Variants§
Trait Implementations§
source§impl PartialEq<LiveBinOp> for LiveBinOp
impl PartialEq<LiveBinOp> for LiveBinOp
impl Copy for LiveBinOp
impl StructuralPartialEq for LiveBinOp
Auto Trait Implementations§
impl RefUnwindSafe for LiveBinOp
impl Send for LiveBinOp
impl Sync for LiveBinOp
impl Unpin for LiveBinOp
impl UnwindSafe for LiveBinOp
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