pub enum Sorts {
BitVector(usize),
Bool,
}
Variants§
Trait Implementations§
Source§impl Into<QF_ABV_Sorts> for Sorts
impl Into<QF_ABV_Sorts> for Sorts
Source§fn into(self) -> QF_ABV_Sorts
fn into(self) -> QF_ABV_Sorts
Converts this type into the (usually inferred) input type.
Source§impl Into<QF_AUFBV_Sorts> for Sorts
impl Into<QF_AUFBV_Sorts> for Sorts
Source§fn into(self) -> QF_AUFBV_Sorts
fn into(self) -> QF_AUFBV_Sorts
Converts this type into the (usually inferred) input type.
Source§impl Into<QF_BV_Sorts> for Sorts
impl Into<QF_BV_Sorts> for Sorts
Source§fn into(self) -> QF_BV_Sorts
fn into(self) -> QF_BV_Sorts
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for Sorts
impl RefUnwindSafe for Sorts
impl Send for Sorts
impl Sync for Sorts
impl Unpin for Sorts
impl UnwindSafe for Sorts
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