pub enum FunType {
ClosureNode(ClosNodeRef),
VMProg(Rc<Prog>),
}
Variants§
ClosureNode(ClosNodeRef)
VMProg(Rc<Prog>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunType
impl !RefUnwindSafe for FunType
impl !Send for FunType
impl !Sync for FunType
impl Unpin for FunType
impl !UnwindSafe for FunType
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