pub struct SortedVar<E: Environment> {
pub id: E::Ident,
pub sort: GroundSort<E::Sort>,
}Expand description
Sorted variable.
Fields§
§id: E::Ident§sort: GroundSort<E::Sort>Trait Implementations§
Source§impl<E: Environment> Clone for SortedVar<E>
impl<E: Environment> Clone for SortedVar<E>
Source§impl<E: Environment> Display for SortedVar<E>
impl<E: Environment> Display for SortedVar<E>
Auto Trait Implementations§
impl<E> Freeze for SortedVar<E>
impl<E> RefUnwindSafe for SortedVar<E>
impl<E> Send for SortedVar<E>
impl<E> Sync for SortedVar<E>
impl<E> Unpin for SortedVar<E>
impl<E> UnwindSafe for SortedVar<E>
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