pub enum OpCodes<X, Y, Z>{
Select,
Store,
FreeVar(String),
Const(Sorts<X, Y>, Box<Z>),
}
Variants§
Trait Implementations§
Source§impl Into<QF_ABV_Fn> for OpCodes<QF_ABV_Sorts, QF_ABV_Sorts, QF_ABV_Fn>
impl Into<QF_ABV_Fn> for OpCodes<QF_ABV_Sorts, QF_ABV_Sorts, QF_ABV_Fn>
Source§impl Into<QF_AUFBV_Fn> for OpCodes<QF_AUFBV_Sorts, QF_AUFBV_Sorts, QF_AUFBV_Fn>
impl Into<QF_AUFBV_Fn> for OpCodes<QF_AUFBV_Sorts, QF_AUFBV_Sorts, QF_AUFBV_Fn>
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<X, Y, Z> Freeze for OpCodes<X, Y, Z>
impl<X, Y, Z> RefUnwindSafe for OpCodes<X, Y, Z>
impl<X, Y, Z> Send for OpCodes<X, Y, Z>
impl<X, Y, Z> Sync for OpCodes<X, Y, Z>
impl<X, Y, Z> Unpin for OpCodes<X, Y, Z>
impl<X, Y, Z> UnwindSafe for OpCodes<X, Y, Z>
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