pub enum TermIndex {
Primitive(usize),
NonPrimitive(usize),
}Expand description
An index to a nonprimitive crate::term::PartiallyAppliedTerm or
a primitive crate::func_impl::FuncImpl within an crate::interpreter_state::InterpreterState.
Variants§
Trait Implementations§
impl Copy for TermIndex
impl Eq for TermIndex
impl StructuralPartialEq for TermIndex
Auto Trait Implementations§
impl Freeze for TermIndex
impl RefUnwindSafe for TermIndex
impl Send for TermIndex
impl Sync for TermIndex
impl Unpin for TermIndex
impl UnwindSafe for TermIndex
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