Struct trivial_kernel::context::store::Store_ [−][src]
Trait Implementations
impl Debug for Store_[src]
impl Default for Store_[src]
impl Display for Store_[src]
impl Store for Store_[src]
type Var = Var_
fn create_term<T>(
&mut self,
id: u32,
args: T,
types: &[Self::Var],
ret_type: &Self::Var,
sort: u8,
def: bool
) -> KResult<PackedPtr> where
T: IntoIterator<Item = PackedPtr>,
T: Clone, [src]
&mut self,
id: u32,
args: T,
types: &[Self::Var],
ret_type: &Self::Var,
sort: u8,
def: bool
) -> KResult<PackedPtr> where
T: IntoIterator<Item = PackedPtr>,
T: Clone,
fn alloc_var(&mut self, ty: Self::Var, idx: u16) -> PackedPtr[src]
fn alloc_conv(&mut self, l: PackedPtr, r: PackedPtr) -> PackedPtr[src]
fn clear(&mut self)[src]
fn get_type_of_expr(&self, ptr: Ptr) -> Option<&Self::Var>[src]
fn get_element(&self, ptr: Ptr) -> Option<ElementRef<'_, Self::Var>>[src]
fn get<'a, T: TryFrom<ElementRef<'a, Self::Var>, Error = Kind>>(
&'a self,
ptr: Ptr
) -> KResult<T>[src]
&'a self,
ptr: Ptr
) -> KResult<T>
Auto Trait Implementations
impl RefUnwindSafe for Store_
impl Send for Store_
impl Sync for Store_
impl Unpin for Store_
impl UnwindSafe for Store_
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> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
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>,