Struct trivial_kernel::table::Term_ [−][src]
Fields
sort: u8binders: Range<usize>ret_type: Var_unify_commands: Range<usize>Trait Implementations
impl Debug for Term_[src]
impl Term for Term_[src]
type Type = Var_
fn get_sort_idx(&self) -> u8[src]
fn is_definition(&self) -> bool[src]
fn get_binders(&self) -> Range<usize>[src]
fn get_return_type(&self) -> &Self::Type[src]
fn get_command_stream(&self) -> Range<usize>[src]
Auto Trait Implementations
impl RefUnwindSafe for Term_
impl Send for Term_
impl Sync for Term_
impl Unpin for Term_
impl UnwindSafe for Term_
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,