pub enum BOpcode {
Mul,
Div,
Add,
Sub,
Mod,
Cons,
Eq,
Lt,
Gt,
And,
Or,
}Variants§
Trait Implementations§
impl Copy for BOpcode
impl StructuralPartialEq for BOpcode
Auto Trait Implementations§
impl Freeze for BOpcode
impl RefUnwindSafe for BOpcode
impl Send for BOpcode
impl Sync for BOpcode
impl Unpin for BOpcode
impl UnwindSafe for BOpcode
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