pub struct Intrinsic {
pub arg_type: Term,
pub ret_type: Term,
pub func: fn(&Term) -> Term,
}Fields§
§arg_type: Term§ret_type: Term§func: fn(&Term) -> TermAuto Trait Implementations§
impl Freeze for Intrinsic
impl RefUnwindSafe for Intrinsic
impl !Send for Intrinsic
impl !Sync for Intrinsic
impl Unpin for Intrinsic
impl UnwindSafe for Intrinsic
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