Enum trivial_kernel::context::store::ElementRef [−][src]
Variants
Convertability proof
Implementations
impl<'a, Ty: Var> ElementRef<'a, Ty>[src]
pub fn to_display<'b, S: Store<Var = Ty>>(
&'b self,
store: &'b S
) -> DisplayElement<'a, 'b, Ty, S>[src]
&'b self,
store: &'b S
) -> DisplayElement<'a, 'b, Ty, S>
Trait Implementations
impl<'a, Ty: Debug> Debug for ElementRef<'a, Ty>[src]
impl<'a, Ty> TryFrom<ElementRef<'a, Ty>> for Term<'a, Ty>[src]
type Error = Kind
The type returned in the event of a conversion error.
fn try_from(element: ElementRef<'a, Ty>) -> Result<Self, Self::Error>[src]
impl<'a, Ty> TryFrom<ElementRef<'a, Ty>> for Conv[src]
type Error = Kind
The type returned in the event of a conversion error.
fn try_from(element: ElementRef<'a, Ty>) -> Result<Self, Self::Error>[src]
impl<'a, Ty: Copy> TryFrom<ElementRef<'a, Ty>> for Variable<Ty>[src]
Auto Trait Implementations
impl<'a, Ty> RefUnwindSafe for ElementRef<'a, Ty> where
Ty: RefUnwindSafe,
Ty: RefUnwindSafe,
impl<'a, Ty> Send for ElementRef<'a, Ty> where
Ty: Sync,
Ty: Sync,
impl<'a, Ty> Sync for ElementRef<'a, Ty> where
Ty: Sync,
Ty: Sync,
impl<'a, Ty> Unpin for ElementRef<'a, Ty>
impl<'a, Ty> UnwindSafe for ElementRef<'a, Ty> where
Ty: RefUnwindSafe,
Ty: RefUnwindSafe,
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>,