pub enum RvAluOp {
Add,
Sub,
Mul,
Div,
Rem,
Sll,
Srl,
And,
Or,
Xor,
Slt,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RvAluOp
impl RefUnwindSafe for RvAluOp
impl Send for RvAluOp
impl Sync for RvAluOp
impl Unpin for RvAluOp
impl UnwindSafe for RvAluOp
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