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