Struct trivial_kernel::context::store::Term [−][src]
Fields
ty: &'a Tyid: &'a u32args: &'a [PackedPtr]Trait Implementations
impl<'a, Ty: Debug> Debug for Term<'a, Ty>[src]
impl<'a, Ty> TryFrom<ElementRef<'a, Ty>> for Term<'a, Ty>[src]
Auto Trait Implementations
impl<'a, Ty> RefUnwindSafe for Term<'a, Ty> where
Ty: RefUnwindSafe,
Ty: RefUnwindSafe,
impl<'a, Ty> Send for Term<'a, Ty> where
Ty: Sync,
Ty: Sync,
impl<'a, Ty> Sync for Term<'a, Ty> where
Ty: Sync,
Ty: Sync,
impl<'a, Ty> Unpin for Term<'a, Ty>
impl<'a, Ty> UnwindSafe for Term<'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>,