pub enum LIA_Sorts {
Int(Sorts),
Core(Sorts),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LIA_Sorts
impl RefUnwindSafe for LIA_Sorts
impl Send for LIA_Sorts
impl Sync for LIA_Sorts
impl Unpin for LIA_Sorts
impl UnwindSafe for LIA_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