pub enum OpCodes {
Not,
Imply,
And,
Or,
Xor,
Cmp,
Distinct,
ITE,
Const(bool),
FreeVar(String),
}
Variants§
Trait Implementations§
Source§impl Into<QF_AUFBV_Fn> for OpCodes
impl Into<QF_AUFBV_Fn> for OpCodes
Source§fn into(self) -> QF_AUFBV_Fn
fn into(self) -> QF_AUFBV_Fn
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for OpCodes
impl RefUnwindSafe for OpCodes
impl Send for OpCodes
impl Sync for OpCodes
impl Unpin for OpCodes
impl UnwindSafe for OpCodes
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