pub struct Term<'a, Ty> {
pub ty: &'a Ty,
pub id: &'a u32,
pub args: &'a [PackedPtr],
}Fields§
§ty: &'a Ty§id: &'a u32§args: &'a [PackedPtr]Trait Implementations§
Auto Trait Implementations§
impl<'a, Ty> Freeze for Term<'a, Ty>
impl<'a, Ty> RefUnwindSafe for Term<'a, Ty>where
Ty: RefUnwindSafe,
impl<'a, Ty> Send for Term<'a, Ty>where
Ty: Sync,
impl<'a, Ty> Sync for Term<'a, Ty>where
Ty: Sync,
impl<'a, Ty> Unpin for Term<'a, Ty>
impl<'a, Ty> UnwindSafe for Term<'a, Ty>where
Ty: RefUnwindSafe,
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